diff options
Diffstat (limited to 'llvm/test/CodeGen/MSP430/Inst8mi.ll')
-rw-r--r-- | llvm/test/CodeGen/MSP430/Inst8mi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MSP430/Inst8mi.ll b/llvm/test/CodeGen/MSP430/Inst8mi.ll index 36eb3f91f84..ff22d7e1eb3 100644 --- a/llvm/test/CodeGen/MSP430/Inst8mi.ll +++ b/llvm/test/CodeGen/MSP430/Inst8mi.ll @@ -12,7 +12,7 @@ define void @mov() nounwind { define void @add() nounwind { ; CHECK-LABEL: add: -; CHECK: incd.b &foo +; CHECK: add.b #2, &foo %1 = load i8, i8* @foo %2 = add i8 %1, 2 store i8 %2, i8 * @foo |