diff options
Diffstat (limited to 'test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll')
-rw-r--r-- | test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll b/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll index dfca154..c01bed1 100644 --- a/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll +++ b/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll @@ -52,7 +52,7 @@ cond_next1929: ; preds = %cond_next1915 br i1 false, label %cond_next1961, label %cond_next2009 cond_next1961: ; preds = %cond_next1929 - %tmp1992 = getelementptr i8* %b.10.ph, i32 0 ; <i8*> [#uses=0] + %tmp1992 = getelementptr i8, i8* %b.10.ph, i32 0 ; <i8*> [#uses=0] br label %cond_next1915 cond_next2009: ; preds = %cond_next1929 |