[llvm-commits] [llvm] r156633 - /llvm/trunk/lib/Target/X86/X86FastISel.cpp
Chad Rosier
mcrosier at apple.com
Fri May 11 12:43:29 PDT 2012
Author: mcrosier
Date: Fri May 11 14:43:29 2012
New Revision: 156633
URL: http://llvm.org/viewvc/llvm-project?rev=156633&view=rev
Log:
Typo.
Modified:
llvm/trunk/lib/Target/X86/X86FastISel.cpp
Modified: llvm/trunk/lib/Target/X86/X86FastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FastISel.cpp?rev=156633&r1=156632&r2=156633&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86FastISel.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86FastISel.cpp Fri May 11 14:43:29 2012
@@ -1424,7 +1424,7 @@
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.
More information about the llvm-commits
mailing list