mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Fixed indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8873ed9d8
commit
29abc97100
@ -33,7 +33,7 @@ enum ArchName { noarch, x86, Sparc };
|
||||
static cl::opt<ArchName>
|
||||
Arch("march", cl::desc("Architecture to generate assembly for:"), cl::Prefix,
|
||||
cl::values(clEnumVal(x86, " IA-32 (Pentium and above)"),
|
||||
clEnumValN(Sparc, "sparc", " SPARC V9"),
|
||||
clEnumValN(Sparc, "sparc", " SPARC V9"),
|
||||
0),
|
||||
cl::init(noarch));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user