summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2015-11-09 00:31:07 +0000
committerColin LeMahieu <colinl@codeaurora.org>2015-11-09 00:31:07 +0000
commit8a0453e23abf27433b7539b2da2060d2df9fb39c (patch)
tree33be159623c6ec1440fc54a8ac61285d12d555ab /llvm/lib/Target/PowerPC
parent87f5e80614a265b07d53cbb3b0ccf23ad090382b (diff)
downloadbcm5719-llvm-8a0453e23abf27433b7539b2da2060d2df9fb39c.tar.gz
bcm5719-llvm-8a0453e23abf27433b7539b2da2060d2df9fb39c.zip
[AsmParser] Backends can parameterize ASM tokenization.
llvm-svn: 252439
Diffstat (limited to 'llvm/lib/Target/PowerPC')
-rw-r--r--llvm/lib/Target/PowerPC/PPC.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td
index 641b2377de4..f50100e7a8a 100644
--- a/llvm/lib/Target/PowerPC/PPC.td
+++ b/llvm/lib/Target/PowerPC/PPC.td
@@ -403,6 +403,7 @@ def PPCAsmParserVariant : AsmParserVariant {
// InstAlias definitions use immediate literals. Set RegisterPrefix
// so that those are not misinterpreted as registers.
string RegisterPrefix = "%";
+ string BreakCharacters = ".";
}
def PPC : Target {
OpenPOWER on IntegriCloud