Add a test for llvm-ar's 'd' operation.
[oota-llvm.git] / include / llvm / PassAnalysisSupport.h
index c11ca0bbdedcb619b788eb17c51dbae93a18270e..a581802c47c08b796c1474148eaa9ee5f96fa03b 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_PASS_ANALYSIS_SUPPORT_H
-#define LLVM_PASS_ANALYSIS_SUPPORT_H
+#ifndef LLVM_PASSANALYSISSUPPORT_H
+#define LLVM_PASSANALYSISSUPPORT_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