[llvm-commits] CVS: llvm/test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
Chris Lattner
sabre at nondot.org
Fri Apr 27 23:01:34 PDT 2007
Changes in directory llvm/test/CodeGen/Generic:
2006-12-16-InlineAsmCrash.ll updated: 1.2 -> 1.3
---
Log message:
update syntax
---
Diffs of the changes: (+1 -1)
2006-12-16-InlineAsmCrash.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
diff -u llvm/test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll:1.2 llvm/test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll:1.3
--- llvm/test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll:1.2 Fri Dec 29 14:01:32 2006
+++ llvm/test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll Sat Apr 28 01:01:16 2007
@@ -27,7 +27,7 @@
%tmp62 = load %struct.QImageWriterPrivate** null ; <%struct.QImageWriterPrivate*> [#uses=1]
%tmp = getelementptr %struct.QImageWriterPrivate* %tmp62, int 0, uint 9 ; <%struct.QString*> [#uses=1]
%tmp75 = call %struct.QString* %_ZN7QStringaSERKS_( %struct.QString* %tmp, %struct.QString* null ) ; <%struct.QString*> [#uses=0]
- call void asm sideeffect "lock\0Adecl $0\0Asetne 1", "==m"( int* null )
+ call void asm sideeffect "lock\0Adecl $0\0Asetne 1", "=*m"( int* null )
ret bool false
}
More information about the llvm-commits
mailing list