Adjust libcalls tests to expect intrinsic for exp2
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2007-11-22-InvokeNoUnwind.ll
index 8e8ef43932b2839ab78e3249fca2bfb2b8857b17..449047b0d32f6e7a9cd8df3f5dccb99845d5cba1 100644 (file)
@@ -3,7 +3,7 @@
 declare i32 @func(i8*) nounwind
 
 define i32 @test() {
-       invoke i32 @func( i8* null ) nounwind
+       invoke i32 @func( i8* null )
                        to label %Cont unwind label %Other              ; <i32>:1 [#uses=0]
 
 Cont:          ; preds = %0