diff options
author | Duncan Sands <baldrick@free.fr> | 2008-11-23 15:47:28 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-11-23 15:47:28 +0000 |
commit | 03228089d5235f8c90477f88809139464e9c6ea5 (patch) | |
tree | b01af31eef20a09ae34c43348eee69ca29abcf9d /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | cdfc51ffe3eda17a611fe2aaed1a2e6650d3d203 (diff) |
Rename SetCCResultContents to BooleanContents. In
practice these booleans are mostly produced by SetCC,
however the concept is more general.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 62a6df3259..01977908be 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -462,7 +462,7 @@ TargetLowering::TargetLowering(TargetMachine &tm) StackPointerRegisterToSaveRestore = 0; ExceptionPointerRegister = 0; ExceptionSelectorRegister = 0; - SetCCResultContents = UndefinedSetCCResult; + BooleanContents = UndefinedBooleanContent; SchedPreferenceInfo = SchedulingForLatency; JumpBufSize = 0; JumpBufAlignment = 0; |