projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bee46d
)
ensure the operand prints.
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Apr 2007 06:07:55 +0000
(06:07 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 28 Apr 2007 06:07:55 +0000
(06:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36533
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
patch
|
blob
|
history
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 45a4de2853930c588a4c2e489ead66765b0282d1..0ea13a2ad2e84b4e7bad4b16667a1ba6d3dbc2eb 100644
(file)
--- 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 "f
wait
", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
+ call void asm sideeffect "f
oo $0
", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
ret void
}