[llvm-commits] [llvm] r117655 - /llvm/trunk/tools/bugpoint/OptimizerDriver.cpp

Dan Gohman gohman at apple.com
Fri Oct 29 09:03:34 PDT 2010


Author: djg
Date: Fri Oct 29 11:03:34 2010
New Revision: 117655

URL: http://llvm.org/viewvc/llvm-project?rev=117655&view=rev
Log:
Delete this obsolete comment.

Modified:
    llvm/trunk/tools/bugpoint/OptimizerDriver.cpp

Modified: llvm/trunk/tools/bugpoint/OptimizerDriver.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/OptimizerDriver.cpp?rev=117655&r1=117654&r2=117655&view=diff
==============================================================================
--- llvm/trunk/tools/bugpoint/OptimizerDriver.cpp (original)
+++ llvm/trunk/tools/bugpoint/OptimizerDriver.cpp Fri Oct 29 11:03:34 2010
@@ -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"





More information about the llvm-commits mailing list