summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2017-10-15 17:51:07 +0000
committerDaniel Sanders <daniel_l_sanders@apple.com>2017-10-15 17:51:07 +0000
commitbb082a36d3cb930c41bf6fa9b42c175bac9cb478 (patch)
tree67c589fd2228e6d35eb51034671fc2c4a8416a87 /llvm/lib/CodeGen
parent1603fe2813083b28980640ae33e6b73ea782fa77 (diff)
downloadbcm5719-llvm-bb082a36d3cb930c41bf6fa9b42c175bac9cb478.tar.gz
bcm5719-llvm-bb082a36d3cb930c41bf6fa9b42c175bac9cb478.zip
Revert r315863: [globalisel][tablegen] Import ComplexPattern when used as an operator
A large number of bots are failing on an ambiguous constructor call. llvm-svn: 315866
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp b/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
index e1cbb8dddfb..46966ccd60c 100644
--- a/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp
@@ -29,7 +29,7 @@
using namespace llvm;
InstructionSelector::MatcherState::MatcherState(unsigned MaxRenderers)
- : Renderers(MaxRenderers, {}), MIs() {}
+ : Renderers(MaxRenderers, nullptr), MIs() {}
InstructionSelector::InstructionSelector() = default;
OpenPOWER on IntegriCloud