summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/VMCore/ValueMapTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
| | | | llvm-svn: 129271
* Revert 119600 to unbreak the build. Francois, please investigate.Jim Grosbach2010-11-181-9/+9
| | | | llvm-svn: 119606
* Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().Francois Pichet2010-11-181-9/+9
| | | | | | This is because of bug 331418 on Microsoft Connect. llvm-svn: 119600
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-271-0/+294
to link in "core". llvm-svn: 114831
OpenPOWER on IntegriCloud