[llvm-commits] [llvm] r133990 - /llvm/trunk/lib/Transforms/Utils/Local.cpp
Nick Lewycky
nicholas at mxc.ca
Mon Jun 27 20:57:31 PDT 2011
Author: nicholas
Date: Mon Jun 27 22:57:31 2011
New Revision: 133990
URL: http://llvm.org/viewvc/llvm-project?rev=133990&view=rev
Log:
Fix typo in comment.
Modified:
llvm/trunk/lib/Transforms/Utils/Local.cpp
Modified: llvm/trunk/lib/Transforms/Utils/Local.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/Local.cpp?rev=133990&r1=133989&r2=133990&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/Local.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/Local.cpp Mon Jun 27 22:57:31 2011
@@ -642,7 +642,7 @@
bool Changed = false;
// This implementation doesn't currently consider undef operands
- // specially. Theroetically, two phis which are identical except for
+ // specially. Theoretically, two phis which are identical except for
// one having an undef where the other doesn't could be collapsed.
// Map from PHI hash values to PHI nodes. If multiple PHIs have
More information about the llvm-commits
mailing list