Add missing CHECK-LABEL
[oota-llvm.git] / test / Transforms / GVN / 2008-07-02-Unreachable.ll
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2011-05-22 Chris Lattnerremove a trivial test, make some other tests less trivial.
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2008-11-29 Chris Lattnerdon't require GVN to work on dead values, just make the
2008-07-02 Owen AndersonA better fix for PR2503 that doesn't pessimize GVN...