summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-03-19 22:25:26 +0000
committerCraig Topper <craig.topper@intel.com>2018-03-19 22:25:26 +0000
commit956fec2a4aa7780cbe475be1db6e945a5f38c805 (patch)
treeb939ac67660a5cd8088999a140345033edf95731 /llvm/lib/CodeGen/SelectionDAG
parentcd063214b09e4f06a2bdab7011fff3ebd444332f (diff)
downloadbcm5719-llvm-956fec2a4aa7780cbe475be1db6e945a5f38c805.tar.gz
bcm5719-llvm-956fec2a4aa7780cbe475be1db6e945a5f38c805.zip
[DAGCombiner] Fix type in comment. NFC
llvm-svn: 327916
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 4cfcbcd07a9..336a8b1ce0e 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -8459,7 +8459,7 @@ SDValue DAGCombiner::visitSIGN_EXTEND_INREG(SDNode *N) {
return DAG.getNode(ISD::SIGN_EXTEND, SDLoc(N), VT, N00, N1);
}
- // fold (sext_in_reg (*_extend_vector_inreg x)) -> (sext_vector_in_reg x)
+ // fold (sext_in_reg (*_extend_vector_inreg x)) -> (sext_vector_inreg x)
if ((N0.getOpcode() == ISD::ANY_EXTEND_VECTOR_INREG ||
N0.getOpcode() == ISD::SIGN_EXTEND_VECTOR_INREG ||
N0.getOpcode() == ISD::ZERO_EXTEND_VECTOR_INREG) &&
OpenPOWER on IntegriCloud