aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/switch-or.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/switch-or.ll')
-rw-r--r--test/CodeGen/X86/switch-or.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/switch-or.ll b/test/CodeGen/X86/switch-or.ll
index 75832c7..6e6b013 100644
--- a/test/CodeGen/X86/switch-or.ll
+++ b/test/CodeGen/X86/switch-or.ll
@@ -12,7 +12,7 @@ entry:
]
if.then:
- %call = tail call i32 (...)* @bar() nounwind
+ %call = tail call i32 (...) @bar() nounwind
ret void
if.end: