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:
11b80a8
)
Remove tabs. Patch by Mike Stump!
author
Bill Wendling
<isanbard@gmail.com>
Mon, 7 Apr 2008 05:47:52 +0000
(
05:47
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 7 Apr 2008 05:47:52 +0000
(
05:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49317
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/CrashDebugger.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/CrashDebugger.cpp
b/tools/bugpoint/CrashDebugger.cpp
index d1a57eb58575487154cfe0fa003dbf04ff9c5ae1..d86d1c5969c6af6b8332632cd7b993c383f28e11 100644
(file)
--- a/
tools/bugpoint/CrashDebugger.cpp
+++ b/
tools/bugpoint/CrashDebugger.cpp
@@
-309,8
+309,8
@@
bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) {
// Add a new return instruction of the appropriate type...
const Type *RetTy = BB->getParent()->getReturnType();
- ReturnInst::Create(RetTy == Type::VoidTy ? 0 :
- Constant::getNullValue(RetTy), BB);
+
ReturnInst::Create(RetTy == Type::VoidTy ? 0 :
+
Constant::getNullValue(RetTy), BB);
}
// The CFG Simplifier pass may delete one of the basic blocks we are