Skip to content
Snippets Groups Projects
Commit 0f4473a7 authored by Tanya Lattner's avatar Tanya Lattner
Browse files

Merge from mainline for PR1693.

llvm-svn: 42201
parent 53b947dc
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,7 @@ TargetLowering::TargetLowering(TargetMachine &tm) ...@@ -157,6 +157,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
StackPointerRegisterToSaveRestore = 0; StackPointerRegisterToSaveRestore = 0;
ExceptionPointerRegister = 0; ExceptionPointerRegister = 0;
ExceptionSelectorRegister = 0; ExceptionSelectorRegister = 0;
SetCCResultContents = UndefinedSetCCResult;
SchedPreferenceInfo = SchedulingForLatency; SchedPreferenceInfo = SchedulingForLatency;
JumpBufSize = 0; JumpBufSize = 0;
JumpBufAlignment = 0; JumpBufAlignment = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment