summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorAyonam Ray <ayonam@rrlogic.co.in>2019-01-29 15:00:50 +0000
committerAyonam Ray <ayonam@rrlogic.co.in>2019-01-29 15:00:50 +0000
commita1f6973adeeb43df20c2d20fe870890b2eb57f52 (patch)
tree567ed3b69cd706bd008d1095e461687064e4d4ad /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent247396130587bd3f43c6553fd6517f53ea4f43d6 (diff)
downloadbcm5719-llvm-a1f6973adeeb43df20c2d20fe870890b2eb57f52.tar.gz
bcm5719-llvm-a1f6973adeeb43df20c2d20fe870890b2eb57f52.zip
Reversing the checkin for version 352484 as tests are failing.
llvm-svn: 352504
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index e075e886dd2..558266e485b 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -278,12 +278,11 @@ private:
const Value *SValue;
MachineBasicBlock *HeaderBB;
bool Emitted;
- bool OmitRangeCheck;
JumpTableHeader(APInt F, APInt L, const Value *SV, MachineBasicBlock *H,
- bool E = false, bool ORC = false)
+ bool E = false)
: First(std::move(F)), Last(std::move(L)), SValue(SV), HeaderBB(H),
- Emitted(E), OmitRangeCheck(ORC) {}
+ Emitted(E) {}
};
using JumpTableBlock = std::pair<JumpTableHeader, JumpTable>;
OpenPOWER on IntegriCloud