mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Fix whitespace style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107175 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
de173ca1fb
commit
6f205cbceb
@ -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