R600: Fix a crash in the AMDILCFGStructurizer
[oota-llvm.git] / test / CodeGen / Generic / 2007-04-27-InlineAsm-X-Dest.ll
index 45a4de2853930c588a4c2e489ead66765b0282d1..af522dc4c58d1f6e4238c4c0a0538e3e446f46a7 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llc
+; RUN: llc < %s
 
 ; Test that we can have an "X" output constraint.
 
 define void @test(i16 * %t) {
-        call void asm sideeffect "fwait", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
+        call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
         ret void
 }