diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-05-11 19:43:29 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-05-11 19:43:29 +0000 |
commit | e1093e5503060b3031980dc14a141c3236108c50 (patch) | |
tree | c26c79abc33e9a0a1f8e9055e02508c385780b20 /lib/Target/X86/X86FastISel.cpp | |
parent | 2b3b335f2d2886bbffa005998972de689a9f3e21 (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156633 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86FastISel.cpp')
-rw-r--r-- | lib/Target/X86/X86FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86FastISel.cpp b/lib/Target/X86/X86FastISel.cpp index d757926c71..1b62357275 100644 --- a/lib/Target/X86/X86FastISel.cpp +++ b/lib/Target/X86/X86FastISel.cpp @@ -1424,7 +1424,7 @@ bool X86FastISel::X86VisitIntrinsicCall(const IntrinsicInst &I) { return DoSelectCall(&I, "memset"); } case Intrinsic::stackprotector: { - // Emit code inline code to store the stack guard onto the stack. + // Emit code to store the stack guard onto the stack. EVT PtrTy = TLI.getPointerTy(); const Value *Op1 = I.getArgOperand(0); // The guard's value. |