aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-10-07 22:49:41 +0000
committerJim Grosbach <grosbach@apple.com>2009-10-07 22:49:41 +0000
commitc7d2c5396f2876ed2ac8e5c3b65291a769a90767 (patch)
tree3fc8322c73660377c42b4a6e2c7da2ed6c8c89ae /lib/CodeGen/PrologEpilogInserter.h
parentbcd68c3cde6340d81b205a97d9855c55c131150b (diff)
downloadexternal_llvm-c7d2c5396f2876ed2ac8e5c3b65291a769a90767.zip
external_llvm-c7d2c5396f2876ed2ac8e5c3b65291a769a90767.tar.gz
external_llvm-c7d2c5396f2876ed2ac8e5c3b65291a769a90767.tar.bz2
reverting thumb1 scavenging default due to test failure while I figure out what's up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.h')
-rw-r--r--lib/CodeGen/PrologEpilogInserter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.h b/lib/CodeGen/PrologEpilogInserter.h
index 030922a..ee759e8 100644
--- a/lib/CodeGen/PrologEpilogInserter.h
+++ b/lib/CodeGen/PrologEpilogInserter.h
@@ -95,11 +95,6 @@ namespace llvm {
// functions.
bool ShrinkWrapThisFunction;
- // Flag to control whether to use the register scavenger to resolve
- // frame index materialization registers. Set according to
- // TRI->requiresFrameIndexScavenging() for the curren function.
- bool FrameIndexVirtualScavenging;
-
// When using the scavenger post-pass to resolve frame reference
// materialization registers, maintain a map of the registers to
// the constant value and SP adjustment associated with it.