Merge the code generator miscompilation code into the optimizer miscompilation
authorChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2004 22:58:16 +0000 (22:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2004 22:58:16 +0000 (22:58 +0000)
commita57d86b436549503a7f96c5266444e022bdbaf55
tree3c12d8f5aae9aa197c07c1ebf3c12b7c5e6843e8
parent11b8cd197a740bc9af2f27cb88d535c4be2cdd0e
Merge the code generator miscompilation code into the optimizer miscompilation
code.  This "instantly" gives us loop-extractor power to assist with the
debugment of our nasty codegen issues.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12678 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/BugDriver.h
tools/bugpoint/CodeGeneratorBug.cpp [deleted file]
tools/bugpoint/Miscompilation.cpp