Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 60c9769439b8 |
children | c2174574ed3a |
line wrap: on
line diff
--- a/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll Tue Oct 13 17:48:58 2015 +0900 @@ -8,7 +8,7 @@ entry: %fsr = alloca i32 ; <i32*> [#uses=4] call void asm "st %fsr, $0", "=*m"(i32* %fsr) nounwind - %0 = load i32* %fsr, align 4 ; <i32> [#uses=1] + %0 = load i32, i32* %fsr, align 4 ; <i32> [#uses=1] %1 = or i32 %0, 4194304 ; <i32> [#uses=1] store i32 %1, i32* %fsr, align 4 call void asm sideeffect "ld $0, %fsr", "*m"(i32* %fsr) nounwind