From 82a9a7e42cf7a1111438f9064752404da38ca6e4 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. llvm-svn: 240074 --- llvm/test/CodeGen/MIR/machine-function.mir | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/MIR/machine-function.mir b/llvm/test/CodeGen/MIR/machine-function.mir index e8c5736..a3c1d1d 100644 --- a/llvm/test/CodeGen/MIR/machine-function.mir +++ b/llvm/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.7.4