simplified
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 6 Apr 2005 20:59:03 +0000 (20:59 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 6 Apr 2005 20:59:03 +0000 (20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21119 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/s4addq.ll

index 4c96690ef244ee81983a64e37b9dc0bf77643472..db211a2bf3621369589fd2756842127fe2532c8f 100644 (file)
@@ -1,11 +1,6 @@
 ; Make sure this testcase codegens to the S4ADDQ instruction
 ; RUN: llvm-as < %s | llc -march=alpha | grep 'S4ADDQ'
 
-target endian = little
-target pointersize = 64
-target triple = "alphapca56-unknown-linux-gnu"
-deplibs = [ "c", "crtend" ]
-
 implementation   ; Functions:
 
 long %bar(long %x, long %y) {