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:
4fa3a17
)
too much space again; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Wed, 29 Apr 2015 20:38:02 +0000
(20:38 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Wed, 29 Apr 2015 20:38:02 +0000
(20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236150
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 9f4ced3660af5aab5fa18be53d24fe9171482319..74ea58b7e20f272e9ed5a5dbed92737bedbb7e09 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@
-7383,13
+7383,9
@@
SDValue DAGCombiner::visitFADDForFMACombine(SDNode *N) {
/// Try to perform FMA combining on a given FSUB node.
SDValue DAGCombiner::visitFSUBForFMACombine(SDNode *N) {
-
-
-
SDValue N0 = N->getOperand(0);
SDValue N1 = N->getOperand(1);
EVT VT = N->getValueType(0);
-
SDLoc SL(N);
const TargetOptions &Options = DAG.getTarget().Options;