aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstSimplify/undef.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstSimplify/undef.ll')
-rw-r--r--test/Transforms/InstSimplify/undef.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstSimplify/undef.ll b/test/Transforms/InstSimplify/undef.ll
index e8b49b6..f1f0b03 100644
--- a/test/Transforms/InstSimplify/undef.ll
+++ b/test/Transforms/InstSimplify/undef.ll
@@ -150,7 +150,7 @@ define i64 @test17(i64 %a) {
; @test18
; CHECK: ret i64 undef
define i64 @test18(i64 %a) {
- %r = call i64 (i64)* undef(i64 %a)
+ %r = call i64 (i64) undef(i64 %a)
ret i64 %r
}