Skip to content

Commit

Permalink
[Mips] Fix a test mismerge that resulted in a bogus XFAIL
Browse files Browse the repository at this point in the history
Fixes: f1fd9ab ("Merge upstream into master (using imerge)")
Fixes: affb810 ("WIP post-merge bug squashing.")
  • Loading branch information
jrtc27 committed Feb 10, 2024
1 parent 492b8b2 commit f9c0b68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/test/CodeGen/Mips/call-optimization.ll
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
; RUN: llc -march=mipsel -disable-mips-delay-filler -relocation-model=pic < %s | \
; RUN: FileCheck %s -check-prefix=O32
; RUN: llc -march=mipsel -mips-load-target-from-got=false \
; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=O32-LOADTGT
; RUN: -disable-mips-delay-filler -relocation-model=pic < %s | FileCheck %s -check-prefix=O32-LOADTGT
; XFAIL: *

@gd1 = common global double 0.000000e+00, align 8
@gd2 = common global double 0.000000e+00, align 8
Expand Down

0 comments on commit f9c0b68

Please sign in to comment.