From 875bc6105bcd397a0419c7db4e6fcb0f593b6191 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Thu, 18 Jun 2015 22:46:27 +0000 Subject: [PATCH] MIR Serialization: Reenable one of the MIRParser tests by reverting r239805. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/MIR/machine-function.mir b/test/CodeGen/MIR/machine-function.mir index e8c57369968..a3c1d1d7392 100644 --- a/test/CodeGen/MIR/machine-function.mir +++ b/test/CodeGen/MIR/machine-function.mir @@ -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 --- | -- 2.34.1