projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309d20c
)
Enable preserving debug information through post-RA scheduling
author
Jim Grosbach
<grosbach@apple.com>
Wed, 19 May 2010 22:57:47 +0000
(22:57 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Wed, 19 May 2010 22:57:47 +0000
(22:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104175
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/PostRASchedulerList.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PostRASchedulerList.cpp
b/lib/CodeGen/PostRASchedulerList.cpp
index ba68ffd199ce6c0e508dfb72d91e6c2ce1a470a9..0a7eefa47f210e9db98a0e4e5acef0797b2f7343 100644
(file)
--- a/
lib/CodeGen/PostRASchedulerList.cpp
+++ b/
lib/CodeGen/PostRASchedulerList.cpp
@@
-83,7
+83,7
@@
DebugMod("postra-sched-debugmod",
static cl::opt<bool>
EnablePostRADbgValue("post-RA-dbg-value",
cl::desc("Enable processing of dbg_value in post-RA"),
- cl::init(
fals
e), cl::Hidden);
+ cl::init(
tru
e), cl::Hidden);
AntiDepBreaker::~AntiDepBreaker() { }