mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix whitespace style.
llvm-svn: 107175
This commit is contained in:
parent
4731169504
commit
1c9ce3e66d
@ -199,10 +199,10 @@ ImmutablePass *llvm::createNoAAPass() { return new NoAA(); }
|
||||
|
||||
#ifdef XDEBUG
|
||||
static const Function *getParent(const Value *V) {
|
||||
if(const Instruction *inst = dyn_cast<Instruction>(V))
|
||||
if (const Instruction *inst = dyn_cast<Instruction>(V))
|
||||
return inst->getParent()->getParent();
|
||||
|
||||
if(const Argument *arg = dyn_cast<Argument>(V))
|
||||
if (const Argument *arg = dyn_cast<Argument>(V))
|
||||
return arg->getParent();
|
||||
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user