diff options
Diffstat (limited to 'test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll')
-rw-r--r-- | test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll b/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll index 9910037..907d6ab 100644 --- a/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll +++ b/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 |