[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sat Dec 4 18:03:26 PST 2004
Changes in directory llvm/test/Regression/ExecutionEngine:
2004-12-04-LazyCompileFuncs.ll updated: 1.2 -> 1.3
---
Log message:
Remove unneeded code
---
Diffs of the changes: (+0 -3)
Index: llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
diff -u llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.2 llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.3
--- llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.2 Sat Dec 4 19:50:32 2004
+++ llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll Sat Dec 4 20:03:16 2004
@@ -1,9 +1,6 @@
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .* G'
-target endian = little
-target pointersize = 32
-deplibs = [ "c", "crtend" ]
%.str_1 = internal constant [7 x sbyte] c"IN F!\0A\00" ; <[7 x sbyte]*> [#uses=1]
%.str_2 = internal constant [7 x sbyte] c"IN G!\0A\00" ; <[7 x sbyte]*> [#uses=1]
%Ptrs = internal constant [2 x void (...)*] [ void (...)* cast (void ()* %F to void (...)*), void (...)* cast (void ()* %G to void (...)*) ] ; <[2 x void (...)*]*> [#uses=1]
More information about the llvm-commits
mailing list