Revert r237708 (MIR serialization) - incremental buildbots became unstable.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 19 May 2015 21:41:28 +0000 (21:41 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 19 May 2015 21:41:28 +0000 (21:41 +0000)
commite5a723675b1818711eb18b810ca29a88f8180681
tree48f2bd83d976e2e987f80b0984126a3e04d5a0a5
parent94a1bbfebc4c16dcbfe0a424e0a6bb3de71184d4
Revert r237708 (MIR serialization) - incremental buildbots became unstable.

The incremental buildbots entered a pass-fail cycle where during the fail
cycle one of the tests from this commit fails for an unknown reason. I
have reverted this commit and will investigate the cause of this problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237730 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm/CodeGen/MIR/MIRParser.h [deleted file]
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
include/llvm/Support/YAMLTraits.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/LLVMBuild.txt
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/MIR/CMakeLists.txt [deleted file]
lib/CodeGen/MIR/LLVMBuild.txt [deleted file]
lib/CodeGen/MIR/MIRParser.cpp [deleted file]
lib/CodeGen/MIR/MIRPrinter.cpp [deleted file]
lib/CodeGen/MIR/MIRPrinter.h [deleted file]
lib/CodeGen/MIR/MIRPrintingPass.cpp [deleted file]
lib/CodeGen/MIR/Makefile [deleted file]
lib/CodeGen/Makefile
lib/Support/YAMLTraits.cpp
test/CodeGen/Generic/stop-after.ll
test/CodeGen/MIR/lit.local.cfg [deleted file]
test/CodeGen/MIR/llvmIR.mir [deleted file]
test/CodeGen/MIR/llvmIRMissing.mir [deleted file]
tools/llc/llc.cpp