aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-05 00:27:28 +0000
committerOwen Anderson <resistor@mac.com>2008-08-05 00:27:28 +0000
commit6ac8df7f611b5b129af7192ad931862fc8169aae (patch)
treeab11c3456d01a6f0c9ed1db15348495724f7eb0f /include/llvm
parent2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd (diff)
downloadexternal_llvm-6ac8df7f611b5b129af7192ad931862fc8169aae.zip
external_llvm-6ac8df7f611b5b129af7192ad931862fc8169aae.tar.gz
external_llvm-6ac8df7f611b5b129af7192ad931862fc8169aae.tar.bz2
This option doesn't need to be a target option. It can be in SDISel instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Target/TargetOptions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index 6c3d88a..fa73950 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/include/llvm/Target/TargetOptions.h
@@ -101,11 +101,6 @@ namespace llvm {
/// DisableJumpTables - This flag indicates jump tables should not be
/// generated.
extern bool DisableJumpTables;
-
- /// DisableCorrectBranchFolding - This flag indicates whether the instruction
- /// selector should take care to update the CFG properly when
- /// folding branches.
- extern bool DisableCorrectBranchFolding;
} // End llvm namespace
#endif