diff options
Diffstat (limited to 'test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll')
-rw-r--r-- | test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll b/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll index d232aea..04b087e 100644 --- a/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll +++ b/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll @@ -46,9 +46,9 @@ while.cond36.i: ; preds = %while.body41.i, %wh br i1 undef, label %do.body, label %while.body41.i while.body41.i: ; preds = %while.cond36.i - %tmp43.i = load i8** @foo ; <i8*> [#uses=2] - %tmp44.i = load i8* %tmp43.i ; <i8> [#uses=1] - %ptrincdec50.i = getelementptr inbounds i8* %tmp43.i, i16 1 ; <i8*> [#uses=1] + %tmp43.i = load i8*, i8** @foo ; <i8*> [#uses=2] + %tmp44.i = load i8, i8* %tmp43.i ; <i8> [#uses=1] + %ptrincdec50.i = getelementptr inbounds i8, i8* %tmp43.i, i16 1 ; <i8*> [#uses=1] store i8* %ptrincdec50.i, i8** @foo %cmp55.i = icmp eq i8 %tmp44.i, %c ; <i1> [#uses=1] br i1 %cmp55.i, label %do.end41, label %while.cond36.i |