diff options
Diffstat (limited to 'lib/VMCore/SlotCalculator.cpp')
-rw-r--r-- | lib/VMCore/SlotCalculator.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/VMCore/SlotCalculator.cpp b/lib/VMCore/SlotCalculator.cpp index c6e44e8..f4414a5 100644 --- a/lib/VMCore/SlotCalculator.cpp +++ b/lib/VMCore/SlotCalculator.cpp @@ -26,8 +26,7 @@ #include "Support/PostOrderIterator.h" #include "Support/STLExtras.h" #include <algorithm> - -namespace llvm { +using namespace llvm; #if 0 #define SC_DEBUG(X) std::cerr << X @@ -363,5 +362,3 @@ int SlotCalculator::doInsertValue(const Value *D) { SC_DEBUG("]\n"); return (int)DestSlot; } - -} // End llvm namespace |