summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-05-11 22:45:22 +0000
committerSanjay Patel <spatel@rotateright.com>2018-05-11 22:45:22 +0000
commitc4e4c5b0761b4877e85cf456b5fa42afb7c982a3 (patch)
tree7ff87a877ca45faacf0047baeb4acd6dbc2eba8d /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentd25dfe9bda74dd3d84f5b3e1f2506b0951cac8b8 (diff)
downloadbcm5719-llvm-c4e4c5b0761b4877e85cf456b5fa42afb7c982a3.tar.gz
bcm5719-llvm-c4e4c5b0761b4877e85cf456b5fa42afb7c982a3.zip
[DAG] clean up flag propagation for binops; NFCI
llvm-svn: 332150
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 780cd3e250a..bcea94ec5a4 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -847,7 +847,7 @@ private:
void visitInvoke(const InvokeInst &I);
void visitResume(const ResumeInst &I);
- void visitBinary(const User &I, unsigned OpCode);
+ void visitBinary(const User &I, unsigned Opcode);
void visitShift(const User &I, unsigned Opcode);
void visitAdd(const User &I) { visitBinary(I, ISD::ADD); }
void visitFAdd(const User &I) { visitBinary(I, ISD::FADD); }
OpenPOWER on IntegriCloud