Allow min/max detection to see through casts.
[oota-llvm.git] / lib / CodeGen / LiveDebugVariables.h
index 88a34ddcc124661f2897d04e24ad1416bbc4ee81..ac2d1a136bca19db493697e02d9ff73ec86245b2 100644 (file)
@@ -33,7 +33,7 @@ class VirtRegMap;
 
 class LiveDebugVariables : public MachineFunctionPass {
   void *pImpl;
-  DenseMap<const Function *, MDSubprogram *> FunctionDIs;
+  DenseMap<const Function *, DISubprogram *> FunctionDIs;
 
 public:
   static char ID; // Pass identification, replacement for typeid