X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FARM%2FMCTargetDesc%2FARMMCExpr.h;h=6bddc42b37308e64bf8213d8dff66d71753105a3;hb=d314ab525db93cdb51ede18830b95c97af497e3c;hp=0a2e883deb1d40b259c8f6094a76513937a437e2;hpb=ee04a6d3a40c3017124e3fd89a0db473a2824498;p=oota-llvm.git diff --git a/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h b/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h index 0a2e883deb1..6bddc42b373 100644 --- a/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h +++ b/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h @@ -1,4 +1,4 @@ -//===-- ARMMCExpr.h - ARM specific MC expression classes ------------------===// +//===-- ARMMCExpr.h - ARM specific MC expression classes --------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -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; } };