From: Daniel Sanders Date: Fri, 8 Aug 2014 12:58:17 +0000 (+0000) Subject: [mips] Remove reason for XFAIL from a test that isn't actually XFAILed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1952807c9c8f01149b7a51443ff09d8b98e0fb7f;p=oota-llvm.git [mips] Remove reason for XFAIL from a test that isn't actually XFAILed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215201 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Mips/start-asm-file.ll b/test/CodeGen/Mips/start-asm-file.ll index 88724643166..9dc501ce10b 100644 --- a/test/CodeGen/Mips/start-asm-file.ll +++ b/test/CodeGen/Mips/start-asm-file.ll @@ -1,7 +1,4 @@ ; Check the emission of directives at the start of an asm file. -; This test is XFAILED until we fix the emission of '.option pic0' on -; N32. At the moment we check if subtarget is Mips64 when we should be -; checking the Subtarget's ABI. ; ### O32 ABI ### ; RUN: llc -filetype=asm -mtriple mips-unknown-linux -mcpu=mips32 \