diff --git a/test/CodeGen/Alpha/s4addq.ll b/test/CodeGen/Alpha/s4addq.ll index 4c96690ef24..db211a2bf36 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) {