diff options
Diffstat (limited to 'test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll')
-rw-r--r-- | test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll b/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll index a976d18..3b89fa9 100644 --- a/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll +++ b/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll @@ -7,7 +7,7 @@ entry: br i1 true, label %for.end12, label %bb.nph bb.nph: ; preds = %entry - %g_38.promoted = load i32* @g_38 + %g_38.promoted = load i32, i32* @g_38 br label %for.body for.body: ; preds = %for.cond, %bb.nph |