projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e15f8
)
add some aborts to #if 0's.
author
Chris Lattner
<sabre@nondot.org>
Wed, 9 Dec 2009 02:41:54 +0000
(
02:41
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 9 Dec 2009 02:41:54 +0000
(
02:41
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90929
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/GVN.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/GVN.cpp
b/lib/Transforms/Scalar/GVN.cpp
index a283a4beecefcfce62dca545a7d109e8fb1d071a..51eedbc24ce4f6a49ab02523a4bdef8df63ec017 100644
(file)
--- a/
lib/Transforms/Scalar/GVN.cpp
+++ b/
lib/Transforms/Scalar/GVN.cpp
@@
-1026,6
+1026,7
@@
static int AnalyzeLoadFromClobberingWrite(LoadInst *L, Value *WritePtr,
<< "Load Offs = " << LoadOffset << " - " << *L << "\n\n";
errs() << "'" << L->getParent()->getParent()->getName() << "'"
<< *L->getParent();
+ abort();
#endif
return -1;
}
@@
-1059,6
+1060,7
@@
static int AnalyzeLoadFromClobberingWrite(LoadInst *L, Value *WritePtr,
<< "Load Offs = " << LoadOffset << " - " << *L << "\n\n";
errs() << "'" << L->getParent()->getParent()->getName() << "'"
<< *L->getParent();
+ abort();
#endif
return -1;
}