aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
AgeCommit message (Expand)Author
2011-08-15Update SimplifyCFG for atomic operations.Eli Friedman
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2010-06-13Test case for r105914.Benjamin Kramer
2010-05-08make simplifycfg insert an llvm.trap before the 'unreachable' it introducesChris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-10-29Fix PR2967 by not deleting volatile load/stores that occur before unreachable.Chris Lattner