[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
Reid Spencer
reid at x10sys.com
Mon Nov 27 22:14:20 PST 2006
Changes in directory llvm/test/Regression/Transforms/InstCombine:
2003-11-03-VarargsCallBug.ll updated: 1.2 -> 1.3
---
Log message:
Fix a typo.
---
Diffs of the changes: (+1 -1)
2003-11-03-VarargsCallBug.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
diff -u llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll:1.2 llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll:1.3
--- llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll:1.2 Sun Nov 26 19:05:10 2006
+++ llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll Tue Nov 28 00:14:06 2006
@@ -1,4 +1,4 @@
-; The cast in this testcase is not eliminatable on a 32-bit target!
+; The cast in this testcase is not eliminable on a 32-bit target!
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep inttoptr
target endian = little
More information about the llvm-commits
mailing list