diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-09-06 19:29:31 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-09-06 19:29:31 +0000 |
commit | 5c984df26b0391fec853f76722df7b2bb2c9ee4c (patch) | |
tree | b6e7cf8cbae26c04f589b5e50176e7dc83fe6ec4 | |
parent | 28b77e968d2b01fc9da724762bd8ddcd80650e32 (diff) |
Fix comment. Noticed by Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139161 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86ISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 4d0e66a1e8..6ff9ca55d3 100644 --- a/lib/Target/X86/X86ISelLowering.h +++ b/lib/Target/X86/X86ISelLowering.h @@ -288,7 +288,7 @@ namespace llvm { // 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 |