Fix PR2346 by marking vaarg as volatile so that licm doesn't try to
[oota-llvm.git] / test / Transforms / LICM / scalar_promote.ll
2008-01-01 Bill WendlingUpdate this testcase. The output needs to be disabled...
2007-05-08 Chris Lattneradd the & back. I'm not sure why bill removed it.
2007-05-08 Bill WendlingSpare '&' in the RUN line.
2007-04-16 Reid SpencerFix this test from Duncan's experiment.
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-02-24 Chris LattnerNew testcase for scalar promotion
2003-02-22 Chris LattnerNew testcase to check to see if LICM is performing...