projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81877ad
)
Forgot to add a break statement.
author
Preston Gurd
<preston.gurd@intel.com>
Mon, 30 Sep 2013 23:51:22 +0000
(23:51 +0000)
committer
Preston Gurd
<preston.gurd@intel.com>
Mon, 30 Sep 2013 23:51:22 +0000
(23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191715
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86FixupLEAs.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86FixupLEAs.cpp
b/lib/Target/X86/X86FixupLEAs.cpp
index fd42ecd3fac1df79a4bc3829dc80bf9a3fc13700..38a835175378f31d97d906794babb5d88f5bb021 100644
(file)
--- a/
lib/Target/X86/X86FixupLEAs.cpp
+++ b/
lib/Target/X86/X86FixupLEAs.cpp
@@
-125,6
+125,7
@@
FixupLEAPass::postRAConvertToLEA(MachineFunction::iterator &MFI,
// which requires isImm() to be true
return 0;
}
+ break;
case X86::ADD16rr:
case X86::ADD16rr_DB:
if (MI->getOperand(1).getReg() != MI->getOperand(2).getReg()) {