mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Work around a bug in gcc 3.3.5, reported by a user
llvm-svn: 29489
This commit is contained in:
parent
a100384417
commit
992020cd59
@ -35,7 +35,7 @@ namespace {
|
||||
cl::opt<RegisterRegAlloc::FunctionPassCtor, false,
|
||||
RegisterPassParser<RegisterRegAlloc> >
|
||||
RegAlloc("regalloc",
|
||||
cl::init(createLinearScanRegisterAllocator),
|
||||
cl::init(&createLinearScanRegisterAllocator),
|
||||
cl::desc("Register allocator to use: (default = linearscan)"));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user