Revert: r205182 - llvm/test/MC/Mips/mips64r2/valid-xfail.s: This REQUIRES asserts. Seems it doesn't fail with -Asserts.
This was most likely caused by an uninitialized value and the relevant code was re-written in r205292. Reverting to see if it still fails on any of the buildbots. llvm-svn: 206033
This commit is contained in:
parent
199de39bf0
commit
4b43e91abc
|
|
@ -5,7 +5,6 @@
|
|||
# RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r2 | not FileCheck %s
|
||||
# CHECK-NOT: encoding
|
||||
# XFAIL: *
|
||||
# REQUIRES: asserts
|
||||
|
||||
.set noat
|
||||
abs.ps $f22,$f8
|
||||
|
|
|
|||
Loading…
Reference in New Issue