[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [llvm-commits] [llvm] r153815 - /llvm/trunk/lib/Analysis/InlineCost.cpp
From:       Chandler Carruth <chandlerc () gmail ! com>
Date:       2012-03-31 13:18:09
Message-ID: 20120331131809.BDBF52A6C065 () llvm ! org
[Download RAW message or body]

Author: chandlerc
Date: Sat Mar 31 08:18:09 2012
New Revision: 153815

URL: http://llvm.org/viewvc/llvm-project?rev=153815&view=rev
Log:
Fix a typo reported in IRC by someone reviewing this code.

Modified:
    llvm/trunk/lib/Analysis/InlineCost.cpp

Modified: llvm/trunk/lib/Analysis/InlineCost.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/InlineCost.cpp?rev=153815&r1=153814&r2=153815&view=diff
 ==============================================================================
--- llvm/trunk/lib/Analysis/InlineCost.cpp (original)
+++ llvm/trunk/lib/Analysis/InlineCost.cpp Sat Mar 31 08:18:09 2012
@@ -266,7 +266,7 @@
   // FIXME: Check whether inlining will turn a dynamic alloca into a static
   // alloca, and handle that case.
 
-  // We will happily inline tatic alloca instructions or dynamic alloca
+  // We will happily inline static alloca instructions or dynamic alloca
   // instructions in always-inline situations.
   if (AlwaysInline || I.isStaticAlloca())
     return Base::visitAlloca(I);


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic