Delete SlowOperationInformer, which is no longer used.
[oota-llvm.git] / include / llvm / Support / CommandLine.h
index 35ec9c73aeb5898e969ce32c7e44dce170b79e43..9ae3d6af32ee8cd68868e7fb0461d12e2ff2f7a5 100644 (file)
@@ -31,7 +31,7 @@
 #include <vector>
 
 namespace llvm {
-  
+
 /// cl Namespace - This namespace contains all of the command line option
 /// processing machinery.  It is intentionally a short name to make qualified
 /// usage concise.
@@ -788,7 +788,7 @@ public:
 
   DataType &getValue() { check(); return *Location; }
   const DataType &getValue() const { check(); return *Location; }
-  
+
   operator DataType() const { return this->getValue(); }
 };