diff options
-rw-r--r-- | lib/Transforms/Scalar/GVN.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/GVN.cpp b/lib/Transforms/Scalar/GVN.cpp index a283a4beec..51eedbc24c 100644 --- 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; } |