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/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index d870d65..950404a 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -76,7 +76,7 @@ TargetData *TD; bool MustPreserveLCSSA; public: - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid InstCombiner() : FunctionPass((intptr_t)&ID) {} /// AddToWorkList - Add the specified instruction to the worklist if it