diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/pr18223.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/pr18223.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/pr18223.ll b/test/Transforms/IndVarSimplify/pr18223.ll index 738f75c..f922aa4 100644 --- a/test/Transforms/IndVarSimplify/pr18223.ll +++ b/test/Transforms/IndVarSimplify/pr18223.ll @@ -8,7 +8,7 @@ define i32 @main() #0 { entry: - %0 = load i32* @c, align 4 + %0 = load i32, i32* @c, align 4 %tobool = icmp eq i32 %0, 0 br i1 %tobool, label %for.body, label %exit |