Skip to content

Commit 2d70629

Browse files
committed
change Arm to ARM in function declarition
1 parent 25c6670 commit 2d70629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/utils/TableGen/ARMTargetDefEmitter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static void checkFeatureTree(const Record *Root) {
5353
}
5454
}
5555

56-
static void emitArmTargetDef(const RecordKeeper &RK, raw_ostream &OS) {
56+
static void emitARMTargetDef(const RecordKeeper &RK, raw_ostream &OS) {
5757
OS << "// Autogenerated by ARMTargetDefEmitter.cpp\n\n";
5858

5959
// Look through all SubtargetFeature defs with the given FieldName, and
@@ -343,5 +343,5 @@ static void emitArmTargetDef(const RecordKeeper &RK, raw_ostream &OS) {
343343
}
344344

345345
static TableGen::Emitter::Opt
346-
X("gen-arm-target-def", emitArmTargetDef,
346+
X("gen-arm-target-def", emitARMTargetDef,
347347
"Generate the ARM or AArch64 Architecture information header.");

0 commit comments

Comments
 (0)