MIR Serialization: Reenable one of the MIRParser tests by reverting r239805.
authorAlex Lorenz <arphaman@gmail.com>
Thu, 18 Jun 2015 22:46:27 +0000 (22:46 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 18 Jun 2015 22:46:27 +0000 (22:46 +0000)
The test 'llvm/test/CodeGen/MIR/machine-function.mir' was disabled on
x86 msc18 in r239805 as it failed. My commit r240054 have fixed the
problem, so this commit reverts the commit that disabled the test as
it should pass now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240074 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/MIR/machine-function.mir

index e8c57369968c871802ce89258c5c61fca732be93..a3c1d1d739279b350d33248629f087a53a409cc7 100644 (file)
@@ -1,6 +1,5 @@
 # RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
 # This test ensures that the MIR parser parses machine functions correctly.
-# REQUIRES: shell
 
 --- |