diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-08-29 22:13:21 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-08-29 22:13:21 +0000 |
commit | c616269cf78bdabe9803898e29ccff06c81ea17e (patch) | |
tree | 46943870f26a129f301c4fb962483167900bad6e /lib/Target/X86/X86InstrInfo.h | |
parent | a2bc73cd1b0bff78e37d4e68e594137f5d16a5d9 (diff) | |
download | external_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.h | 5 |
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 |