simplified

llvm-svn: 21119
This commit is contained in:
Andrew Lenharth 2005-04-06 20:59:03 +00:00
parent 99edcfe3f8
commit 249bf7bee4
1 changed files with 0 additions and 5 deletions

View 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) {