projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6179c0e
)
[X86] Fix bad indentation. NFC
author
Craig Topper
<craig.topper@intel.com>
Fri, 6 Sep 2019 05:50:46 +0000
(
05:50
+0000)
committer
Craig Topper
<craig.topper@intel.com>
Fri, 6 Sep 2019 05:50:46 +0000
(
05:50
+0000)
llvm-svn: 371167
llvm/lib/Target/X86/X86FixupBWInsts.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86FixupBWInsts.cpp
b/llvm/lib/Target/X86/X86FixupBWInsts.cpp
index 2e5b1b22081e0e11414d0ebc0900e218a8ad6e8f..4a5f05c6f181f73e917dffa6ee7603f72c0158fc 100644
(file)
--- a/
llvm/lib/Target/X86/X86FixupBWInsts.cpp
+++ b/
llvm/lib/Target/X86/X86FixupBWInsts.cpp
@@
-247,7
+247,7
@@
bool FixupBWInstPass::getSuperRegDestIfDead(MachineInstr *OrigMI,
assert((MO.isDef() || MO.isUse()) && "Expected Def or Use only!");
if (MO.isDef() && TRI->isSuperRegisterEq(OrigDestReg, MO.getReg()))
-
IsDefined = true;
+ IsDefined = true;
// If MO is a use of any part of the destination register but is not equal
// to OrigDestReg or one of its subregisters, we cannot use SuperDestReg.