From 5c984df26b0391fec853f76722df7b2bb2c9ee4c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 6 Sep 2011 19:29:31 +0000 Subject: [PATCH] Fix comment. Noticed by Duncan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139161 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ISelLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 4d0e66a1e84..6ff9ca55d3e 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 -- 2.34.1