[llvm-commits] [llvm] r139161 - /llvm/trunk/lib/Target/X86/X86ISelLowering.h

Rafael Espindola rafael.espindola at gmail.com
Tue Sep 6 12:29:31 PDT 2011


Author: rafael
Date: Tue Sep  6 14:29:31 2011
New Revision: 139161

URL: http://llvm.org/viewvc/llvm-project?rev=139161&view=rev
Log:
Fix comment. Noticed by Duncan.

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.h

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.h?rev=139161&r1=139160&r2=139161&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.h (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.h Tue Sep  6 14:29:31 2011
@@ -288,7 +288,7 @@
 
       // SEG_ALLOCA - For allocating variable amounts of stack space when using
       // segmented stacks. Check if the current stacklet has enough space, and
-      // defects to heap allocation if not.
+      // falls back to heap allocation if not.
       SEG_ALLOCA,
 
       // Memory barrier





More information about the llvm-commits mailing list