summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-08-15 14:01:07 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-08-15 14:01:07 +0000
commitd610ba99cb6eaf8496a6fb700a091b683d40580c (patch)
tree44641218f6ec64de3f43cd35dcd48173578d99ad /llvm/lib/MC/MCAsmInfo.cpp
parent9bac9ca796ba4c7d7487897dd5ce4b9845012950 (diff)
downloadbcm5719-llvm-d610ba99cb6eaf8496a6fb700a091b683d40580c.tar.gz
bcm5719-llvm-d610ba99cb6eaf8496a6fb700a091b683d40580c.zip
Remove HasLEB128.
We already require CFI, so it should be safe to require .leb128 and .uleb128. llvm-svn: 215712
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp
index f8081ef97d3..c7d815387bb 100644
--- a/llvm/lib/MC/MCAsmInfo.cpp
+++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -79,7 +79,6 @@ MCAsmInfo::MCAsmInfo() {
HiddenVisibilityAttr = MCSA_Hidden;
HiddenDeclarationVisibilityAttr = MCSA_Hidden;
ProtectedVisibilityAttr = MCSA_Protected;
- HasLEB128 = false;
SupportsDebugInformation = false;
ExceptionsType = ExceptionHandling::None;
WinEHEncodingType = WinEH::EncodingType::ET_Invalid;
OpenPOWER on IntegriCloud