Move more MC options into the MCTargetOptions structure.
[oota-llvm.git] / lib / MC / MCTargetOptions.cpp
index 0bcfce9eac9be0f73689af2040931c6df190c6f0..e1b6a5889d89b90db64239421b9c3fd07fa061dd 100644 (file)
@@ -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