mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Remove unneeded code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18516 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d272d4953
commit
5b554ade20
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user