aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DataStructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/DataStructure.h')
-rw-r--r--include/llvm/Analysis/DataStructure.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Analysis/DataStructure.h b/include/llvm/Analysis/DataStructure.h
index 57bf0eb..674a5f0 100644
--- a/include/llvm/Analysis/DataStructure.h
+++ b/include/llvm/Analysis/DataStructure.h
@@ -10,13 +10,6 @@
#include "llvm/Pass.h"
#include <string>
-// Hack around broken gdb! stack traces from system assert don't work, but do
-// from a fault. :(
-#undef assert
-#define assert(x) \
- do { if (!(x)) { std::cerr << "assertion failure!: " #x "\n"; \
- int *P = 0; *P = 17; }} while (0)
-
class Type;
class GlobalValue;
class DSNode; // Each node in the graph