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:
8653b37
)
Work around a GCC 3.3.5 bug noticed by a user.
author
Chris Lattner
<sabre@nondot.org>
Thu, 3 Aug 2006 00:18:59 +0000
(
00:18
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 3 Aug 2006 00:18:59 +0000
(
00:18
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29490
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index c68251c230ad959a09873be930961a81d4c90a49..1af367a7e7f7f43806762eb25f01d6eae0dea0d8 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@
-77,7
+77,7
@@
namespace {
cl::opt<RegisterScheduler::FunctionPassCtor, false,
RegisterPassParser<RegisterScheduler> >
ISHeuristic("sched",
- cl::init(createDefaultScheduler),
+ cl::init(
&
createDefaultScheduler),
cl::desc("Instruction schedulers available:"));
static RegisterScheduler