mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29eb2cc00c
commit
50c023d496
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user