[llvm-commits] CVS: llvm/include/llvm/Pass.h
Misha Brukman
brukman at cs.uiuc.edu
Fri May 2 22:32:01 PDT 2003
Changes in directory llvm/include/llvm:
Pass.h updated: 1.31 -> 1.32
---
Log message:
It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way:
'separate' is the one causing you to recompile all your passes anyway.
---
Diffs of the changes:
Index: llvm/include/llvm/Pass.h
diff -u llvm/include/llvm/Pass.h:1.31 llvm/include/llvm/Pass.h:1.32
--- llvm/include/llvm/Pass.h:1.31 Fri Mar 21 15:40:53 2003
+++ llvm/include/llvm/Pass.h Fri May 2 22:31:06 2003
@@ -232,7 +232,7 @@
/// optimizations. Optimizations should subclass this class if they meet the
/// following constraints:
///
-/// 1. Optimizations are organized globally, ie a function at a time
+/// 1. Optimizations are organized globally, i.e., a function at a time
/// 2. Optimizing a function does not cause the addition or removal of any
/// functions in the module
///
@@ -327,7 +327,7 @@
};
// Include support files that contain important APIs commonly used by Passes,
-// but that we want to seperate out to make it easier to read the header files.
+// but that we want to separate out to make it easier to read the header files.
//
#include "llvm/PassSupport.h"
#include "llvm/PassAnalysisSupport.h"
More information about the llvm-commits
mailing list