diff options
Diffstat (limited to 'llvm/test/CodeGen/MSP430/misched-msp430.ll')
-rw-r--r-- | llvm/test/CodeGen/MSP430/misched-msp430.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MSP430/misched-msp430.ll b/llvm/test/CodeGen/MSP430/misched-msp430.ll index c8541eff583..3d18fa005a6 100644 --- a/llvm/test/CodeGen/MSP430/misched-msp430.ll +++ b/llvm/test/CodeGen/MSP430/misched-msp430.ll @@ -14,7 +14,7 @@ target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16" ; CHECK: ret define void @f() { entry: - %0 = load i16* @y, align 2 + %0 = load i16, i16* @y, align 2 store i16 %0, i16* @x, align 2 ret void } |