diff options
Diffstat (limited to 'llvm/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll')
-rw-r--r-- | llvm/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll b/llvm/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll index 99100377034..907d6abe992 100644 --- a/llvm/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll +++ b/llvm/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll @@ -19,7 +19,7 @@ land.end: ; preds = %land.rhs, %while.co br i1 %0, label %while.body, label %while.end while.body: ; preds = %land.end - %tmp4 = load i16* undef ; <i16> [#uses=0] + %tmp4 = load i16, i16* undef ; <i16> [#uses=0] br label %while.cond while.end: ; preds = %land.end |