[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/or.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 8 11:10:01 PDT 2002


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

or.ll updated: 1.5 -> 1.6

---
Log message:

This test was mistakenly matching 'predecessors' that the new asmwriter
spits out


---
Diffs of the changes:

Index: llvm/test/Regression/Transforms/InstCombine/or.ll
diff -u llvm/test/Regression/Transforms/InstCombine/or.ll:1.5 llvm/test/Regression/Transforms/InstCombine/or.ll:1.6
--- llvm/test/Regression/Transforms/InstCombine/or.ll:1.5	Wed Aug 14 12:44:00 2002
+++ llvm/test/Regression/Transforms/InstCombine/or.ll	Tue Oct  8 11:09:47 2002
@@ -1,7 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 ;
 
-; RUN: if as < %s | opt -instcombine | dis | grep or
+; RUN: if as < %s | opt -instcombine | dis | grep or\ 
 ; RUN: then exit 1
 ; RUN: else exit 0
 ; RUN: fi





More information about the llvm-commits mailing list