The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / PassAnalysisSupport.h
index c11ca0bbdedcb619b788eb17c51dbae93a18270e..1cc574134fbde8a1510d9a3c1c65fd16b76b5da6 100644 (file)
@@ -19,9 +19,9 @@
 #ifndef LLVM_PASS_ANALYSIS_SUPPORT_H
 #define LLVM_PASS_ANALYSIS_SUPPORT_H
 
-#include "llvm/Pass.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Pass.h"
 #include <vector>
 
 namespace llvm {
@@ -94,7 +94,7 @@ public:
   void setPreservesAll() { PreservesAll = true; }
   bool getPreservesAll() const { return PreservesAll; }
 
-  /// setPreservesCFG - This function should be called by the pass, if they do
+  /// setPreservesCFG - This function should be called by the pass, iff they do
   /// not:
   ///
   ///  1. Add or remove basic blocks from the function