aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/ipsccp-basic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/ipsccp-basic.ll')
-rw-r--r--test/Transforms/SCCP/ipsccp-basic.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/SCCP/ipsccp-basic.ll b/test/Transforms/SCCP/ipsccp-basic.ll
index 11edcf48be..e3699209a3 100644
--- a/test/Transforms/SCCP/ipsccp-basic.ll
+++ b/test/Transforms/SCCP/ipsccp-basic.ll
@@ -1,5 +1,4 @@
; RUN: opt < %s -ipsccp -S | FileCheck %s
-; XFAIL: *
;;======================== test1
@@ -128,7 +127,7 @@ B:
; CHECK: define i64 @test5b()
; CHECK: A:
; CHECK-NEXT: %c = call i64 @test5c(%0 %a)
-; CHECK-NEXT: ret i64 %c
+; CHECK-NEXT: ret i64 5
define internal i64 @test5c({i64,i64} %a) {
%b = extractvalue {i64,i64} %a, 0