mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Backing out 55521. Not safe.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user