diff options
Diffstat (limited to 'llvm/test/CodeGen/MSP430/inline-asm.ll')
-rw-r--r-- | llvm/test/CodeGen/MSP430/inline-asm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MSP430/inline-asm.ll b/llvm/test/CodeGen/MSP430/inline-asm.ll index f4d62924ea3..a2f13235b1d 100644 --- a/llvm/test/CodeGen/MSP430/inline-asm.ll +++ b/llvm/test/CodeGen/MSP430/inline-asm.ll @@ -15,7 +15,7 @@ define void @reg(i16 %a) nounwind { @foo = global i16 0, align 2 define void @immmem() nounwind { - call void asm sideeffect "bic\09$0,r2", "i"(i16* getelementptr(i16* @foo, i32 1)) nounwind + call void asm sideeffect "bic\09$0,r2", "i"(i16* getelementptr(i16, i16* @foo, i32 1)) nounwind ret void } |