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 | a42c78fadbe2d550aa03bc22d7eb5f30896a7fba (patch) | |
tree | 69aa33e1a2e06d8dab2416929adfab77ec3d48ee | |
parent | df8792128f9f70796dbef932fb63174034e9fa79 (diff) | |
download | bcm5719-llvm-a42c78fadbe2d550aa03bc22d7eb5f30896a7fba.tar.gz bcm5719-llvm-a42c78fadbe2d550aa03bc22d7eb5f30896a7fba.zip |
Delete this obsolete comment.
llvm-svn: 117655
-rw-r--r-- | llvm/tools/bugpoint/OptimizerDriver.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/bugpoint/OptimizerDriver.cpp b/llvm/tools/bugpoint/OptimizerDriver.cpp index 25b172072e9..131bc997b16 100644 --- a/llvm/tools/bugpoint/OptimizerDriver.cpp +++ b/llvm/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" |