diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-07-19 06:26:19 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-07-19 06:26:19 +0000 |
commit | e5c8d95f1a1facbaeb88f5d1a406b19d0df06f93 (patch) | |
tree | 11dfe4a4b50d13421ccd93803fd8e278077ab80c /lib/MC/MCStreamer.cpp | |
parent | 90b374cdedf0ff844b86b768b2d0832c64ab9173 (diff) |
_[A-Z] identifiers are reserved for the implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCStreamer.cpp')
-rw-r--r-- | lib/MC/MCStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCStreamer.cpp b/lib/MC/MCStreamer.cpp index 573f2a3530..f682721b4a 100644 --- a/lib/MC/MCStreamer.cpp +++ b/lib/MC/MCStreamer.cpp @@ -15,7 +15,7 @@ #include <cstdlib> using namespace llvm; -MCStreamer::MCStreamer(MCContext &_Context) : Context(_Context), CurSection(0) { +MCStreamer::MCStreamer(MCContext &Ctx) : Context(Ctx), CurSection(0) { } MCStreamer::~MCStreamer() { |