SelectionDAGBuilder: style fixes (add space between end parentheses and open brace)
[oota-llvm.git] / lib / CodeGen / LiveDebugVariables.h
index bb4c160b30eff284ad2cc58a422b2642a31b6421..3ce3c398bd4b4c50d2f39f20e51873338b552939 100644 (file)
@@ -31,10 +31,6 @@ class VirtRegMap;
 
 class LiveDebugVariables : public MachineFunctionPass {
   void *pImpl;
-  /// Whether emitDebugValues is called.
-  bool EmitDone;
-  /// Whether the machine function is modified during the pass.
-  bool ModifiedMF;
 public:
   static char ID; // Pass identification, replacement for typeid