aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-08-29 22:13:21 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-08-29 22:13:21 +0000
commitc616269cf78bdabe9803898e29ccff06c81ea17e (patch)
tree46943870f26a129f301c4fb962483167900bad6e /lib/Target/X86/X86InstrInfo.h
parenta2bc73cd1b0bff78e37d4e68e594137f5d16a5d9 (diff)
downloadexternal_llvm-c616269cf78bdabe9803898e29ccff06c81ea17e.zip
external_llvm-c616269cf78bdabe9803898e29ccff06c81ea17e.tar.gz
external_llvm-c616269cf78bdabe9803898e29ccff06c81ea17e.tar.bz2
Backing out 55521. Not safe.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.h')
-rw-r--r--lib/Target/X86/X86InstrInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h
index 6d0eebe..2b089f3 100644
--- a/lib/Target/X86/X86InstrInfo.h
+++ b/lib/Target/X86/X86InstrInfo.h
@@ -54,11 +54,6 @@ namespace X86 {
/// e.g. turning COND_E to COND_NE.
CondCode GetOppositeBranchCondition(X86::CondCode CC);
- /// GetSwappedBranchCondition - Return the branch condition that would be
- /// the result of exchanging the two operands of a comparison without
- /// changing the result produced.
- /// e.g. COND_E to COND_E, COND_G -> COND_L
- CondCode GetSwappedBranchCondition(X86::CondCode CC);
}
/// X86II - This namespace holds all of the target specific flags that