We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8101506 commit 4f3afcaCopy full SHA for 4f3afca
llvm/lib/Target/XCore/XCoreInstrInfo.cpp
@@ -153,7 +153,6 @@ static inline unsigned GetCondBranchFromCond(XCore::CondCode CC)
153
static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) {
154
// To reverse a condition it's necessary to only invert the low bit:
155
assert(CC != XCore::COND_INVALID && "COND_INVALID has no inverse!");
156
-
157
return static_cast<CondCode>(static_cast<unsigned>(CC) ^ 0x1);
158
}
159
0 commit comments