forked from OSchip/llvm-project
Silence the buildbots for this test while I figure out the triple
llvm-svn: 168249
This commit is contained in:
parent
28c000b234
commit
bb1b351860
|
@ -9,8 +9,8 @@ declare void @init() nounwind
|
||||||
declare void @clock() nounwind
|
declare void @clock() nounwind
|
||||||
|
|
||||||
; CHECK: %entry
|
; CHECK: %entry
|
||||||
; CHECK: fmr f31, f1
|
; fmr f31, f1
|
||||||
; CHECK: bl _init
|
; bl _init
|
||||||
define void @s332(double %t) nounwind {
|
define void @s332(double %t) nounwind {
|
||||||
entry:
|
entry:
|
||||||
tail call void @init()
|
tail call void @init()
|
||||||
|
|
Loading…
Reference in New Issue