Fix typo in comment.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 13 Jan 2013 19:03:55 +0000 (19:03 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 13 Jan 2013 19:03:55 +0000 (19:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172364 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelDAGToDAG.cpp

index 935f9bd715fd1c60ad38e477d66e315af1287095..6f13186dfb4c7d78608a8979d2f916dda9188b17 100644 (file)
@@ -446,7 +446,7 @@ void X86DAGToDAGISel::PreprocessISelDAG() {
     if (OptLevel != CodeGenOpt::None &&
         (N->getOpcode() == X86ISD::CALL ||
          (N->getOpcode() == X86ISD::TC_RETURN &&
-          // Only does this if load can be foled into TC_RETURN.
+          // Only does this if load can be folded into TC_RETURN.
           (Subtarget->is64Bit() ||
            getTargetMachine().getRelocationModel() != Reloc::PIC_)))) {
       /// Also try moving call address load from outside callseq_start to just