[llvm-commits] [llvm] r171021 - /llvm/trunk/lib/Transforms/Utils/Local.cpp

Alexey Samsonov samsonov at google.com
Mon Dec 24 00:52:53 PST 2012


Author: samsonov
Date: Mon Dec 24 02:52:53 2012
New Revision: 171021

URL: http://llvm.org/viewvc/llvm-project?rev=171021&view=rev
Log:
Fix typo in comments

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=171021&r1=171020&r2=171021&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/Local.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/Local.cpp Mon Dec 24 02:52:53 2012
@@ -605,7 +605,7 @@
   // possible to handle such cases, but difficult: it requires checking whether
   // BB dominates Succ, which is non-trivial to calculate in the case where
   // Succ has multiple predecessors.  Also, it requires checking whether
-  // constructing the necessary self-referential PHI node doesn't intoduce any
+  // constructing the necessary self-referential PHI node doesn't introduce any
   // conflicts; this isn't too difficult, but the previous code for doing this
   // was incorrect.
   //





More information about the llvm-commits mailing list