diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-01-26 22:47:07 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-01-26 22:47:07 +0000 |
| commit | 7209dc2446b690318b636be19dbf800be77a7a4e (patch) | |
| tree | f31923eae53673edc9747f20004ee029f02c58f0 /llvm/lib/Transforms/Scalar | |
| parent | 669426425700194dcc2b48f59be785d4c60ebc47 (diff) | |
| download | bcm5719-llvm-7209dc2446b690318b636be19dbf800be77a7a4e.tar.gz bcm5719-llvm-7209dc2446b690318b636be19dbf800be77a7a4e.zip | |
Remove opt namespace
llvm-svn: 1587
Diffstat (limited to 'llvm/lib/Transforms/Scalar')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/InductionVars.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/InductionVars.cpp b/llvm/lib/Transforms/Scalar/InductionVars.cpp index cab778e025b..6d7df4169b6 100644 --- a/llvm/lib/Transforms/Scalar/InductionVars.cpp +++ b/llvm/lib/Transforms/Scalar/InductionVars.cpp @@ -32,8 +32,6 @@ using std::cerr; #include "llvm/Analysis/LoopDepth.h" -using namespace opt; - // isLoopInvariant - Return true if the specified value/basic block source is // an interval invariant computation. // @@ -373,7 +371,7 @@ static bool ProcessIntervalPartition(cfg::IntervalPartition &IP) { // This function loops over an interval partition of a program, reducing it // until the graph is gone. // -bool opt::InductionVariableCannonicalize::doIt(Method *M) { +bool InductionVariableCannonicalize::doIt(Method *M) { // TODO: REMOVE if (0) { // Print basic blocks with their depth LoopDepthCalculator LDC(M); |

