diff options
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
| -rw-r--r-- | llvm/lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp index 1bba6a3dea0..74fb930fbc1 100644 --- a/llvm/lib/MC/MCAsmInfo.cpp +++ b/llvm/lib/MC/MCAsmInfo.cpp @@ -34,6 +34,7 @@ MCAsmInfo::MCAsmInfo() { InlineAsmEnd = "NO_APP"; AssemblerDialect = 0; AllowQuotesInName = false; + AllowNameToStartWithDigit = false; ZeroDirective = "\t.zero\t"; ZeroDirectiveSuffix = 0; AsciiDirective = "\t.ascii\t"; |

