llvm-svn: 156633
This commit is contained in:
Chad Rosier 2012-05-11 19:43:29 +00:00
parent 3268692aa8
commit 06e34d9220
1 changed files with 1 additions and 1 deletions

View File

@ -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.