diff options
author | Dan Gohman <gohman@apple.com> | 2010-10-29 16:03:34 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-10-29 16:03:34 +0000 |
commit | e82978109310114a0c423a6ece7e7708658941f1 (patch) | |
tree | 2206e3bf7b1ee9403884c0380db8405fa806f9fc /tools/bugpoint | |
parent | 16c7425cff6ac3d0a4a9c56779bdfa91b2e8e863 (diff) |
Delete this obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117655 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r-- | tools/bugpoint/OptimizerDriver.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp index 25b172072e..131bc997b1 100644 --- a/tools/bugpoint/OptimizerDriver.cpp +++ b/tools/bugpoint/OptimizerDriver.cpp @@ -15,10 +15,6 @@ // //===----------------------------------------------------------------------===// -// Note: as a short term hack, the old Unix-specific code and platform- -// independent code co-exist via conditional compilation until it is verified -// that the new code works correctly on Unix. - #include "BugDriver.h" #include "llvm/Module.h" #include "llvm/PassManager.h" |