mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
Fix accidentally used hard tabs. NFC
Big sorry. This undoes the indentation mess I made in r354751. llvm-svn: 354752
This commit is contained in:
parent
716cbfb464
commit
103799c060
@ -2007,7 +2007,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
|
||||
unsigned Alignment = (unsigned)AlignmentCI->getZExtValue();
|
||||
|
||||
EmitAlignmentAssumption(PtrValue, Ptr,
|
||||
/*The expr loc is sufficient.*/ SourceLocation(),
|
||||
/*The expr loc is sufficient.*/ SourceLocation(),
|
||||
Alignment, OffsetValue);
|
||||
return RValue::get(PtrValue);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user