summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-08-29 15:32:09 +0000
committerSanjay Patel <spatel@rotateright.com>2014-08-29 15:32:09 +0000
commita065eb44aa94b56e2d814a933679c23273a6cdcc (patch)
tree0fed324137adce186facd117a87c8c20dd7784f1 /llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
parentcb83a155c1ba4676a56583430384e57ffc9a96ab (diff)
downloadbcm5719-llvm-a065eb44aa94b56e2d814a933679c23273a6cdcc.tar.gz
bcm5719-llvm-a065eb44aa94b56e2d814a933679c23273a6cdcc.zip
typo
llvm-svn: 216732
Diffstat (limited to 'llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp')
-rw-r--r--llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp b/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
index 23bca0d53d3..342c9b070e9 100644
--- a/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
+++ b/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
@@ -439,7 +439,7 @@ class DarwinX86AsmBackend : public X86AsmBackend {
unsigned OffsetSize; ///< Offset of a "push" instruction.
unsigned PushInstrSize; ///< Size of a "push" instruction.
unsigned MoveInstrSize; ///< Size of a "move" instruction.
- unsigned StackDivide; ///< Amount to adjust stack stize by.
+ unsigned StackDivide; ///< Amount to adjust stack size by.
protected:
/// \brief Implementation of algorithm to generate the compact unwind encoding
/// for the CFI instructions.
OpenPOWER on IntegriCloud