[llvm-commits] CVS: llvm/test/Regression/Transforms/LICM/2003-05-02-LoadHoist.ll

John Criswell criswell at choi.cs.uiuc.edu
Tue Jul 1 15:32:01 PDT 2003


Changes in directory llvm/test/Regression/Transforms/LICM:

2003-05-02-LoadHoist.ll updated: 1.1 -> 1.2

---
Log message:

Updated the name of the LLVM disassembler so that the test does not fail.


---
Diffs of the changes:

Index: llvm/test/Regression/Transforms/LICM/2003-05-02-LoadHoist.ll
diff -u llvm/test/Regression/Transforms/LICM/2003-05-02-LoadHoist.ll:1.1 llvm/test/Regression/Transforms/LICM/2003-05-02-LoadHoist.ll:1.2
--- llvm/test/Regression/Transforms/LICM/2003-05-02-LoadHoist.ll:1.1	Fri May  2 22:39:35 2003
+++ llvm/test/Regression/Transforms/LICM/2003-05-02-LoadHoist.ll	Tue Jul  1 15:31:45 2003
@@ -3,7 +3,7 @@
 ; loaded from.  Basically if the load gets hoisted, the subtract gets turned
 ; into a constant zero.
 ;
-; RUN: as < %s | opt -licm -load-vn -gcse -instcombine | llvm-dis | grep load
+; RUN: as < %s | opt -licm -load-vn -gcse -instcombine | dis | grep load
 
 %X = global int 7
 declare void %foo()





More information about the llvm-commits mailing list