mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 00:24:00 +00:00
Be compatible with IA64
llvm-svn: 14864
This commit is contained in:
parent
ae91cc3002
commit
763d51409f
@ -39,7 +39,8 @@ namespace {
|
||||
cl::desc("Specify which DSA pass the -datastructure-gc pass should use"),
|
||||
cl::values(clEnumVal(local, "Local pass"),
|
||||
clEnumVal(bu, "Bottom-up pass"),
|
||||
clEnumVal(td, "Top-down pass"), 0), cl::init(local));
|
||||
clEnumVal(td, "Top-down pass"),
|
||||
clEnumValEnd), cl::init(local));
|
||||
|
||||
cl::opt<bool>
|
||||
AbortIfAnyCollapsed("dsgc-abort-if-any-collapsed", cl::Hidden,
|
||||
|
Loading…
x
Reference in New Issue
Block a user