aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-11-29-ULT-Sign.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2008-11-29-ULT-Sign.ll')
-rw-r--r--test/CodeGen/X86/2008-11-29-ULT-Sign.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-11-29-ULT-Sign.ll b/test/CodeGen/X86/2008-11-29-ULT-Sign.ll
index 6dca141..03442d6 100644
--- a/test/CodeGen/X86/2008-11-29-ULT-Sign.ll
+++ b/test/CodeGen/X86/2008-11-29-ULT-Sign.ll
@@ -8,7 +8,7 @@ entry:
br i1 %cmp, label %if.end, label %if.then
if.then: ; preds = %entry
- %call = call i32 (...)* @b() ; <i32> [#uses=0]
+ %call = call i32 (...) @b() ; <i32> [#uses=0]
br label %if.end
if.end: ; preds = %if.then, %entry