summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-11-12 23:27:08 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-11-12 23:27:08 +0000
commit328066513d18acd4e44ad57172c73f1a2a026022 (patch)
tree23393c1f05d2158e1afdea643eebda5fcdfc35cd /lib/MC/MCAsmInfo.cpp
parent7107aded170612748f46380f21ec6b71dfaf4910 (diff)
downloadllvm-328066513d18acd4e44ad57172c73f1a2a026022.tar.gz
llvm-328066513d18acd4e44ad57172c73f1a2a026022.tar.bz2
llvm-328066513d18acd4e44ad57172c73f1a2a026022.tar.xz
Remove always true flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r--lib/MC/MCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp
index 73724dbc78..fd822b589a 100644
--- a/lib/MC/MCAsmInfo.cpp
+++ b/lib/MC/MCAsmInfo.cpp
@@ -54,7 +54,6 @@ MCAsmInfo::MCAsmInfo() {
AllowNameToStartWithDigit = false;
AllowPeriodsInName = true;
AllowAtInName = false;
- AllowUTF8 = true;
UseDataRegionDirectives = false;
ZeroDirective = "\t.zero\t";
AsciiDirective = "\t.ascii\t";