aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/2008-02-12-UndefLoad.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/2008-02-12-UndefLoad.ll')
-rw-r--r--test/Transforms/GVN/2008-02-12-UndefLoad.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/2008-02-12-UndefLoad.ll b/test/Transforms/GVN/2008-02-12-UndefLoad.ll
index 8ebeb14..a1aed86 100644
--- a/test/Transforms/GVN/2008-02-12-UndefLoad.ll
+++ b/test/Transforms/GVN/2008-02-12-UndefLoad.ll
@@ -12,7 +12,7 @@ entry:
%tmp3 = or i32 %tmp2, 11 ; <i32> [#uses=1]
%tmp4 = and i32 %tmp3, -21 ; <i32> [#uses=1]
store i32 %tmp4, i32* %tmp1, align 4
- %call = call i32 (...)* @x( %struct.anon* %c ) ; <i32> [#uses=0]
+ %call = call i32 (...) @x( %struct.anon* %c ) ; <i32> [#uses=0]
ret i32 undef
}