commit | 8c2d270ae8b460912633883f24346c0763373a56 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Oct 24 17:45:02 2011 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Oct 24 17:45:02 2011 +0000 |
tree | 93fbeaa63083cb5a12fe4091f698fe296a361695 | |
parent | 1028132b90a10a46c87b2ee2ad0156e2f9143c25 [diff] [blame] |
Change the default scheduler from Latency to ILP, since Latency is going away. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142810 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 57cc398..f1807ca 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -610,7 +610,7 @@ ExceptionSelectorRegister = 0; BooleanContents = UndefinedBooleanContent; BooleanVectorContents = UndefinedBooleanContent; - SchedPreferenceInfo = Sched::Latency; + SchedPreferenceInfo = Sched::ILP; JumpBufSize = 0; JumpBufAlignment = 0; MinFunctionAlignment = 0;