Remove unneeded code
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Sun, 5 Dec 2004 02:03:16 +0000 (02:03 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Sun, 5 Dec 2004 02:03:16 +0000 (02:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18516 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 9152f67e6a638b5d74ff9b9843583097e533ec80..dc6fc8e72df5653b099c0e5fe01cec98fa02b5a1 100644 (file)
@@ -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]