[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/test-constantexpr.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 26 22:14:36 PST 2005
Changes in directory llvm/test/Regression/ExecutionEngine:
test-constantexpr.ll updated: 1.2 -> 1.3
---
Log message:
Fix misspellings, patch contributed by Gabor Greif!
---
Diffs of the changes: (+1 -1)
test-constantexpr.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/ExecutionEngine/test-constantexpr.ll
diff -u llvm/test/Regression/ExecutionEngine/test-constantexpr.ll:1.2 llvm/test/Regression/ExecutionEngine/test-constantexpr.ll:1.3
--- llvm/test/Regression/ExecutionEngine/test-constantexpr.ll:1.2 Sat Nov 6 17:32:43 2004
+++ llvm/test/Regression/ExecutionEngine/test-constantexpr.ll Sun Feb 27 00:14:21 2005
@@ -1,7 +1,7 @@
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null
-; This tests to make sure that we can evaluate wierd constant expressions
+; This tests to make sure that we can evaluate weird constant expressions
%A = global int 5
%B = global int 6
More information about the llvm-commits
mailing list