aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/pr21205.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/pr21205.ll')
-rw-r--r--test/Transforms/Reassociate/pr21205.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/pr21205.ll b/test/Transforms/Reassociate/pr21205.ll
index fcc7150..0c6fd3a 100644
--- a/test/Transforms/Reassociate/pr21205.ll
+++ b/test/Transforms/Reassociate/pr21205.ll
@@ -11,7 +11,7 @@
define i32 @test1() {
entry:
- %0 = load i32* @a, align 4
+ %0 = load i32, i32* @a, align 4
%conv = sitofp i32 %0 to float
%sub = fsub fast float %conv, undef
%sub1 = fadd fast float %sub, -1.000000e+00