1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

_[A-Z] identifiers are reserved for the implementation.

llvm-svn: 108682
This commit is contained in:
Michael J. Spencer 2010-07-19 06:26:19 +00:00
parent 3b0ff3bac3
commit 7e18da0bce

View File

@ -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() {