mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix IA64 compatibility
llvm-svn: 14866
This commit is contained in:
parent
53c9460cde
commit
c014005d53
@ -27,7 +27,7 @@ namespace {
|
||||
cl::values(clEnumVal(simple, " simple register allocator"),
|
||||
clEnumVal(local, " local register allocator"),
|
||||
clEnumVal(linearscan, " linear scan register allocator (experimental)"),
|
||||
0),
|
||||
clEnumValEnd),
|
||||
cl::init(local));
|
||||
}
|
||||
|
||||
|
@ -44,7 +44,7 @@ namespace {
|
||||
cl::Prefix,
|
||||
cl::values(clEnumVal(simple, " simple spiller"),
|
||||
clEnumVal(local, " local spiller"),
|
||||
0),
|
||||
clEnumValEnd),
|
||||
cl::init(local));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user