Skip to content

Commit 7527cd5

Browse files
committed
Remove unneeded code
llvm-svn: 18516
1 parent 8c5affe commit 7527cd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
; RUN: llvm-as -f %s -o %t.bc
22
; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .* G'
33

4-
target endian = little
5-
target pointersize = 32
6-
deplibs = [ "c", "crtend" ]
74
%.str_1 = internal constant [7 x sbyte] c"IN F!\0A\00" ; <[7 x sbyte]*> [#uses=1]
85
%.str_2 = internal constant [7 x sbyte] c"IN G!\0A\00" ; <[7 x sbyte]*> [#uses=1]
96
%Ptrs = internal constant [2 x void (...)*] [ void (...)* cast (void ()* %F to void (...)*), void (...)* cast (void ()* %G to void (...)*) ] ; <[2 x void (...)*]*> [#uses=1]

0 commit comments

Comments
 (0)