[llvm-commits] [llvm] r49317 - /llvm/trunk/tools/bugpoint/CrashDebugger.cpp
Bill Wendling
isanbard at gmail.com
Sun Apr 6 22:47:52 PDT 2008
Author: void
Date: Mon Apr 7 00:47:52 2008
New Revision: 49317
URL: http://llvm.org/viewvc/llvm-project?rev=49317&view=rev
Log:
Remove tabs. Patch by Mike Stump!
Modified:
llvm/trunk/tools/bugpoint/CrashDebugger.cpp
Modified: llvm/trunk/tools/bugpoint/CrashDebugger.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/CrashDebugger.cpp?rev=49317&r1=49316&r2=49317&view=diff
==============================================================================
--- llvm/trunk/tools/bugpoint/CrashDebugger.cpp (original)
+++ llvm/trunk/tools/bugpoint/CrashDebugger.cpp Mon Apr 7 00:47:52 2008
@@ -309,8 +309,8 @@
// 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
More information about the llvm-commits
mailing list