summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-28 06:07:55 +0000
committerChris Lattner <sabre@nondot.org>2007-04-28 06:07:55 +0000
commit15c928640d3ff01fd064c562f708877f7af0847f (patch)
treef20871e1d5a05b6b7df7ed88a2f17dd7a0cd74d4 /test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
parent5bee46d8e3f1d697cfa4cf28590a4e081d2fc844 (diff)
downloadllvm-15c928640d3ff01fd064c562f708877f7af0847f.tar.gz
llvm-15c928640d3ff01fd064c562f708877f7af0847f.tar.bz2
llvm-15c928640d3ff01fd064c562f708877f7af0847f.tar.xz
ensure the operand prints.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll')
-rw-r--r--test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll b/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
index 45a4de2853..0ea13a2ad2 100644
--- a/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
+++ b/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
@@ -3,6 +3,6 @@
; 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
}