aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-04-06 20:59:03 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-04-06 20:59:03 +0000
commit3a46221d0b09992d55850a51dc9f50f68f5be6cd (patch)
tree45c71f911a93b69abf0fc90face8879d15ffc133 /test/CodeGen/Alpha
parent0def2260645e3c4136f72f6aad28c3c7eeed795f (diff)
downloadexternal_llvm-3a46221d0b09992d55850a51dc9f50f68f5be6cd.zip
external_llvm-3a46221d0b09992d55850a51dc9f50f68f5be6cd.tar.gz
external_llvm-3a46221d0b09992d55850a51dc9f50f68f5be6cd.tar.bz2
simplified
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Alpha')
-rw-r--r--test/CodeGen/Alpha/s4addq.ll5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/Alpha/s4addq.ll b/test/CodeGen/Alpha/s4addq.ll
index 4c96690..db211a2 100644
--- a/test/CodeGen/Alpha/s4addq.ll
+++ b/test/CodeGen/Alpha/s4addq.ll
@@ -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) {