forked from OSchip/llvm-project
parent
1537ecce93
commit
a1561d4fdf
|
@ -1,5 +1,7 @@
|
||||||
; RUN: llvm-as < %s | llc -march=x86 | grep 'subl $4, %esp'
|
; RUN: llvm-as < %s | llc -march=x86 | grep 'subl $4, %esp'
|
||||||
|
|
||||||
|
target triple = "i686-pc-linux-gnu"
|
||||||
|
|
||||||
%str = internal constant [9 x sbyte] c"%f+%f*i\0A\00" ; <[9 x sbyte]*> [#uses=1]
|
%str = internal constant [9 x sbyte] c"%f+%f*i\0A\00" ; <[9 x sbyte]*> [#uses=1]
|
||||||
|
|
||||||
implementation ; Functions:
|
implementation ; Functions:
|
||||||
|
|
Loading…
Reference in New Issue