mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[ShrinkWrap] Fix a typo in a comment.
llvm-svn: 252918
This commit is contained in:
parent
fd63272890
commit
33ea7dc043
@ -466,7 +466,7 @@ bool ShrinkWrap::isShrinkWrapEnabled(const MachineFunction &MF) {
|
||||
switch (EnableShrinkWrapOpt) {
|
||||
case cl::BOU_UNSET:
|
||||
return TFI->enableShrinkWrapping(MF) &&
|
||||
// Windows with CFI has some limitations that makes it impossible
|
||||
// Windows with CFI has some limitations that make it impossible
|
||||
// to use shrink-wrapping.
|
||||
!MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
|
||||
// If EnableShrinkWrap is set, it takes precedence on whatever the
|
||||
|
Loading…
Reference in New Issue
Block a user