[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / CodeGen / X86 / switch-or.ll
index 75832c7d304c3b6111f9cc4e20653cf205434728..6e6b013d9fa89c007265ae93480fc8cb7753f8a4 100644 (file)
@@ -12,7 +12,7 @@ entry:
   ]
 
 if.then:
-  %call = tail call i32 (...)* @bar() nounwind
+  %call = tail call i32 (...) @bar() nounwind
   ret void
 
 if.end: