summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-07-31 22:59:20 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-07-31 22:59:20 +0000
commitb32a301a920ffa61881198f0e0dcfe6d7c97f87b (patch)
tree31d18d5dcbd9e5d1fb2f2be0d64bd499b32a5108 /llvm/lib/CodeGen
parent1165efdbf9d5a130a9917b3dd0a0524b400f5719 (diff)
downloadbcm5719-llvm-b32a301a920ffa61881198f0e0dcfe6d7c97f87b.tar.gz
bcm5719-llvm-b32a301a920ffa61881198f0e0dcfe6d7c97f87b.zip
MIR Parser: Remove unused variable.
This variable is unused as of r243572. llvm-svn: 243796
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MIRParser/MIRParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MIRParser.cpp b/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
index 1bf4684e924..cc277eea9f4 100644
--- a/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
+++ b/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
@@ -573,7 +573,6 @@ bool MIRParserImpl::initializeJumpTableInfo(
MachineFunction &MF, const yaml::MachineJumpTable &YamlJTI,
PerFunctionMIParsingState &PFS) {
MachineJumpTableInfo *JTI = MF.getOrCreateJumpTableInfo(YamlJTI.Kind);
- SMDiagnostic Error;
for (const auto &Entry : YamlJTI.Entries) {
std::vector<MachineBasicBlock *> Blocks;
for (const auto &MBBSource : Entry.Blocks) {
OpenPOWER on IntegriCloud