[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll

Jim Laskey jlaskey at apple.com
Wed Oct 11 10:14:33 PDT 2006



Changes in directory llvm/test/Regression/CodeGen/PowerPC:

2006-10-11-combiner-aa-regression.ll updated: 1.1 -> 1.2
---
Log message:

Explict processor.

---
Diffs of the changes:  (+1 -1)

 2006-10-11-combiner-aa-regression.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll:1.1	Wed Oct 11 08:42:49 2006
+++ llvm/test/Regression/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll	Wed Oct 11 12:14:14 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -combiner-alias-analysis | grep 'f5'
+; RUN: llvm-as < %s | llc -march=ppc32 -combiner-alias-analysis | grep 'f5'
 
 target endian = big
 target pointersize = 32






More information about the llvm-commits mailing list