summaryrefslogtreecommitdiff
path: root/test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll')
-rw-r--r--test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll b/test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll
index 1d8f3b5634..86187b291b 100644
--- a/test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll
+++ b/test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll
@@ -11,7 +11,7 @@ cond_true: ; preds = %entry
ret i32 0
cond_next: ; preds = %entry
- %tmp10 = invoke i16 @_ZN12token_stream4openEPKc( i8* null, i8* null ) sext
+ %tmp10 = invoke i16 @_ZN12token_stream4openEPKc( i8* null, i8* null ) signext
to label %invcont unwind label %cleanup690 ; <i16> [#uses=0]
invcont: ; preds = %cond_next
@@ -63,7 +63,7 @@ cleanup690: ; preds = %cond_next
ret i32 0
}
-declare i16 @_ZN12token_stream4openEPKc(i8*, i8*) sext
+declare i16 @_ZN12token_stream4openEPKc(i8*, i8*) signext
declare i32 @printf(i8*, ...)