mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Tidy up. Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164344 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f9f599e70
commit
d314ab525d
@ -28,7 +28,7 @@ private:
|
||||
|
||||
explicit ARMMCExpr(VariantKind _Kind, const MCExpr *_Expr)
|
||||
: Kind(_Kind), Expr(_Expr) {}
|
||||
|
||||
|
||||
public:
|
||||
/// @name Construction
|
||||
/// @{
|
||||
@ -67,7 +67,7 @@ public:
|
||||
static bool classof(const MCExpr *E) {
|
||||
return E->getKind() == MCExpr::Target;
|
||||
}
|
||||
|
||||
|
||||
static bool classof(const ARMMCExpr *) { return true; }
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user