un#ifdef it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2606
91177308-0d34-0410-b5e6-
96231b3b80d8
#include "llvm/Function.h"
#include "Support/StringExtras.h"
#include <iostream>
+#include <algorithm>
using std::string;
using std::pair;
}
}
-
-#ifndef NDEBUG
-#include <algorithm>
-
static void DumpVal(const pair<const string, Value *> &V) {
std::cout << " '" << V.first << "' = ";
V.second->dump();
ParentSymTab->dump();
}
}
-
-#endif