commit | 0aaf62daaf7cb374fcc031b240783a389c17a5ab | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jan 02 20:07:03 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jan 02 20:07:03 2010 +0000 |
tree | 24d49e2d64e327e3eaa73982073ce065e6459b59 | |
parent | 5adecbcb6264aa9292dec7a5f1bfd29e188c0fca [diff] [blame] |
remove the random sampling framework, which is not maintained anymore. If there is interest, it can be resurrected from SVN. PR4912. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92422 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index 50e9f24..504d25f 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -6167,6 +6167,12 @@ // TODO: Range check // TODO: GEP 0, i, 4 + + //errs() << "XFORM: " << *GV << "\n"; + //errs() << "\t" << *GEP << "\n"; + //errs() << "\t " << ICI << "\n\n\n\n"; + + return 0; }