[Verifier] Check that debug values have proper size
[oota-llvm.git] / lib / CodeGen / LiveDebugVariables.h
index 88a34ddcc124661f2897d04e24ad1416bbc4ee81..3d36f4d2494a525a6057c95bb39fea0b901aaf04 100644 (file)
@@ -31,9 +31,8 @@ class LiveInterval;
 class LiveIntervals;
 class VirtRegMap;
 
-class LiveDebugVariables : public MachineFunctionPass {
+class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
   void *pImpl;
-  DenseMap<const Function *, MDSubprogram *> FunctionDIs;
 
 public:
   static char ID; // Pass identification, replacement for typeid