summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-15 23:27:49 +0000
committerEric Christopher <echristo@gmail.com>2014-05-15 23:27:49 +0000
commit5d376066df933cff7061b9a887b148c9224fb407 (patch)
tree3c0f0468ffa380954c286d0ae4980f01aa27feb8 /llvm/lib/MC
parent98dcb8c6b1a51651e2ec920980278114a9f373a9 (diff)
downloadbcm5719-llvm-5d376066df933cff7061b9a887b148c9224fb407.tar.gz
bcm5719-llvm-5d376066df933cff7061b9a887b148c9224fb407.zip
Move more MC options into the MCTargetOptions structure.
No functional change. llvm-svn: 208932
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCTargetOptions.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCTargetOptions.cpp b/llvm/lib/MC/MCTargetOptions.cpp
index 0bcfce9eac9..e1b6a5889d8 100644
--- a/llvm/lib/MC/MCTargetOptions.cpp
+++ b/llvm/lib/MC/MCTargetOptions.cpp
@@ -13,6 +13,7 @@ namespace llvm {
MCTargetOptions::MCTargetOptions()
: SanitizeAddress(false), MCRelaxAll(false), MCNoExecStack(false),
- MCSaveTempLabels(false), MCUseDwarfDirectory(false) {}
+ MCSaveTempLabels(false), MCUseDwarfDirectory(false),
+ ShowMCEncoding(false), ShowMCInst(false) {}
} // end namespace llvm
OpenPOWER on IntegriCloud