diff options
| -rw-r--r-- | llvm/tools/bugpoint/OptimizerDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/OptimizerDriver.cpp b/llvm/tools/bugpoint/OptimizerDriver.cpp index e97815f8a7e..c922f5ca6cc 100644 --- a/llvm/tools/bugpoint/OptimizerDriver.cpp +++ b/llvm/tools/bugpoint/OptimizerDriver.cpp @@ -19,7 +19,7 @@ // independent code co-exist via conditional compilation until it is verified // that the new code works correctly on Unix. -#define PLATFORMINDEPENDENT +//#define PLATFORMINDEPENDENT #include "BugDriver.h" #include "llvm/Module.h" |

