commit | ecd94c804a563f2a86572dcf1d2e81f397e19daa | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Sun May 06 13:37:16 2007 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Sun May 06 13:37:16 2007 +0000 |
tree | 0b74eee41dcf92088881a1f74f32e8d47981fa7a | |
parent | 744879ea01779a48f898a801c847677b0bfa824a [diff] [blame] |
Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36873 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/Reassociate.cpp b/lib/Transforms/Scalar/Reassociate.cpp index 929154f..95f9e7b 100644 --- a/lib/Transforms/Scalar/Reassociate.cpp +++ b/lib/Transforms/Scalar/Reassociate.cpp
@@ -69,7 +69,7 @@ std::map<Value*, unsigned> ValueRankMap; bool MadeChange; public: - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid Reassociate() : FunctionPass((intptr_t)&ID) {} bool runOnFunction(Function &F);