summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/CrashDebugger.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-04-07 05:47:52 +0000
committerBill Wendling <isanbard@gmail.com>2008-04-07 05:47:52 +0000
commit856d8f5b58061364339ddfed603bdadd89d24bcb (patch)
treef1207324f56a0d598609b2bd1db38086df67ac35 /llvm/tools/bugpoint/CrashDebugger.cpp
parent9555466f7efb47e81c1e7a1a2006ce45da4cc4cc (diff)
downloadbcm5719-llvm-856d8f5b58061364339ddfed603bdadd89d24bcb.tar.gz
bcm5719-llvm-856d8f5b58061364339ddfed603bdadd89d24bcb.zip
Remove tabs. Patch by Mike Stump!
llvm-svn: 49317
Diffstat (limited to 'llvm/tools/bugpoint/CrashDebugger.cpp')
-rw-r--r--llvm/tools/bugpoint/CrashDebugger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/CrashDebugger.cpp b/llvm/tools/bugpoint/CrashDebugger.cpp
index d1a57eb5857..d86d1c5969c 100644
--- a/llvm/tools/bugpoint/CrashDebugger.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud