diff options
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/Alpha/s4addq.ll | 5 |
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) { |