llvm-6502/lib/Target/Sparc/MCTargetDesc
David Blaikie 7610ba7d24 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter
This covers essentially all of llvm's headers and libs. One or two weird
cases I wasn't sure were worth/appropriate to fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232394 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-16 18:06:57 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
SparcAsmBackend.cpp
SparcELFObjectWriter.cpp
SparcFixupKinds.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
SparcMCAsmInfo.cpp Use the integrated assembler by default on SPARC. 2015-01-14 07:53:39 +00:00
SparcMCAsmInfo.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
SparcMCCodeEmitter.cpp Remove the use of the subtarget in MCCodeEmitter creation and 2015-03-10 22:03:14 +00:00
SparcMCExpr.cpp
SparcMCExpr.h Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter 2015-03-16 18:06:57 +00:00
SparcMCTargetDesc.cpp Simplify handling of --noexecstack by using getNonexecutableStackSection. 2014-10-15 16:12:52 +00:00
SparcMCTargetDesc.h Remove the use of the subtarget in MCCodeEmitter creation and 2015-03-10 22:03:14 +00:00
SparcTargetStreamer.cpp