summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-07-19 06:26:19 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-07-19 06:26:19 +0000
commit2ed9f4bd39850e7c41ea455f74c5232a063e297e (patch)
tree33742905d7dc0b84714c5c11fa04e25672799b1f
parentb82cd9319be810d33daf71f6856fa6d07880fc1d (diff)
downloadbcm5719-llvm-2ed9f4bd39850e7c41ea455f74c5232a063e297e.tar.gz
bcm5719-llvm-2ed9f4bd39850e7c41ea455f74c5232a063e297e.zip
_[A-Z] identifiers are reserved for the implementation.
llvm-svn: 108682
-rw-r--r--llvm/lib/MC/MCStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp
index 573f2a3530e..f682721b4a1 100644
--- a/llvm/lib/MC/MCStreamer.cpp
+++ b/llvm/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() {
OpenPOWER on IntegriCloud