Revert r229675 - [mips] Avoid redundant sign extension of the result of binary bitwis...
[oota-llvm.git] / test / CodeGen / Mips / analyzebranch.ll
index 4b5d09778d7980dbec085fea1edf300a14f0535d..d5ecaaeddc334e29ba950850f9eef4c44444f0cf 100644 (file)
@@ -60,7 +60,7 @@ if.then:                                          ; preds = %entry
   unreachable
 
 if.end:                                           ; preds = %entry
-  tail call void (...)* @f2() nounwind
+  tail call void (...) @f2() nounwind
   ret void
 }