summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/hoist-common-code.dbg.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-271-33/+0
| | | | | | | I think this is the last of autoupgrade that can be removed in 3.1. Can the atomic upgrade stuff also go? llvm-svn: 145169
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
| | | | llvm-svn: 92740
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-111-1/+1
| | | | | | is sabre. llvm-svn: 81528
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Ignore dbg intrinsics while hoisting common code in the two blocks up into ↵Devang Patel2009-02-041-0/+33
the branch block. llvm-svn: 63687
OpenPOWER on IntegriCloud