diff options
Diffstat (limited to 'test/CodeGen/MSP430/misched-msp430.ll')
-rw-r--r-- | test/CodeGen/MSP430/misched-msp430.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/misched-msp430.ll b/test/CodeGen/MSP430/misched-msp430.ll index c8541ef..3d18fa0 100644 --- a/test/CodeGen/MSP430/misched-msp430.ll +++ b/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 } |