summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2009-05-04-PureConstNounwind.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove this test. The feature and test have already been migrated to clang.Eric Christopher2011-08-191-8/+0
| | | | llvm-svn: 138101
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-251-1/+1
| | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120160
* Check that pure/const functions are marked nounwind.Duncan Sands2009-05-041-0/+8
llvm-svn: 70875
OpenPOWER on IntegriCloud