Remove unused functions.
[oota-llvm.git] / lib / Transforms / Scalar / CodeGenPrepare.cpp
index c1a83bf478e66a6bf19f2b27ed5bcfd08eb76621..bd02a45f2624f72c4e861a3a97387dcf5fadf38a 100644 (file)
@@ -840,11 +840,6 @@ struct ExtAddrMode : public TargetLowering::AddrMode {
   }
 };
 
-static inline raw_ostream &operator<<(raw_ostream &OS, const ExtAddrMode &AM) {
-  AM.print(OS);
-  return OS;
-}
-
 void ExtAddrMode::print(raw_ostream &OS) const {
   bool NeedPlus = false;
   OS << "[";