summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIParser.cpp
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-08-21 21:12:44 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-08-21 21:12:44 +0000
commitf22ca8ad358dfd0dcad96320f688268ea2362a72 (patch)
treeb4f6dbd00b57d520bc79e0166af2910ad3a007e3 /llvm/lib/CodeGen/MIRParser/MIParser.cpp
parent76b91d9084a691800cbc8c05cdfe0bad311524e9 (diff)
downloadbcm5719-llvm-f22ca8ad358dfd0dcad96320f688268ea2362a72.tar.gz
bcm5719-llvm-f22ca8ad358dfd0dcad96320f688268ea2362a72.zip
MIR Serialization: Print MCSymbol operands.
This commit allows the MIR printer to print the MCSymbol machine operands. Unfortunately they can't be parsed at this time. I will create a bug that will track the fact that the MCSymbol operands can't be parsed yet. llvm-svn: 245737
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser/MIParser.cpp')
-rw-r--r--llvm/lib/CodeGen/MIRParser/MIParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MIParser.cpp b/llvm/lib/CodeGen/MIRParser/MIParser.cpp
index d706f04eccc..7a12bae329c 100644
--- a/llvm/lib/CodeGen/MIRParser/MIParser.cpp
+++ b/llvm/lib/CodeGen/MIRParser/MIParser.cpp
@@ -1442,7 +1442,7 @@ bool MIParser::parseMachineOperand(MachineOperand &Dest,
}
// fallthrough
default:
- // TODO: parse the other machine operands.
+ // FIXME: Parse the MCSymbol machine operand.
return error("expected a machine operand");
}
return false;
OpenPOWER on IntegriCloud