forked from OSchip/llvm-project
parent
99edcfe3f8
commit
249bf7bee4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue