Skip to content

Commit

Permalink
no longer xfail
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102220 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Apr 23, 2010
1 parent a0f914b commit d46316e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Transforms/Inline/indirect_resolve.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
; RUN: opt < %s -inline -S | FileCheck %s
; XFAIL: *
; PR4834

define i32 @test1() {
Expand Down Expand Up @@ -42,4 +41,4 @@ define i32 @test2(i8* %this) ssp align 2 {
}

; CHECK: @test2
; CHECK-NEXT: ret i32 41
; CHECK-NEXT: ret i32 41

0 comments on commit d46316e

Please sign in to comment.