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)
commitde1970fe668a345b4dd033a82581b2cf50b0cfe4
tree3fb0d5e4d4e8e0a51f80c6246ff11c8f84b8da75
parentbf178d3eb76e4552ce217d9830536fc2f6f53fcb
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.

llvm-svn: 237730
21 files changed:
llvm/include/llvm/CodeGen/MIR/MIRParser.h [deleted file]
llvm/include/llvm/CodeGen/Passes.h
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Support/YAMLTraits.h
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/LLVMBuild.txt
llvm/lib/CodeGen/LLVMTargetMachine.cpp
llvm/lib/CodeGen/MIR/CMakeLists.txt [deleted file]
llvm/lib/CodeGen/MIR/LLVMBuild.txt [deleted file]
llvm/lib/CodeGen/MIR/MIRParser.cpp [deleted file]
llvm/lib/CodeGen/MIR/MIRPrinter.cpp [deleted file]
llvm/lib/CodeGen/MIR/MIRPrinter.h [deleted file]
llvm/lib/CodeGen/MIR/MIRPrintingPass.cpp [deleted file]
llvm/lib/CodeGen/MIR/Makefile [deleted file]
llvm/lib/CodeGen/Makefile
llvm/lib/Support/YAMLTraits.cpp
llvm/test/CodeGen/Generic/stop-after.ll
llvm/test/CodeGen/MIR/lit.local.cfg [deleted file]
llvm/test/CodeGen/MIR/llvmIR.mir [deleted file]
llvm/test/CodeGen/MIR/llvmIRMissing.mir [deleted file]
llvm/tools/llc/llc.cpp