Skip to content

Commit 4f3afca

Browse files
committed
Update XCoreInstrInfo.cpp
1 parent 8101506 commit 4f3afca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/XCore/XCoreInstrInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ static inline unsigned GetCondBranchFromCond(XCore::CondCode CC)
153153
static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) {
154154
// To reverse a condition it's necessary to only invert the low bit:
155155
assert(CC != XCore::COND_INVALID && "COND_INVALID has no inverse!");
156-
157156
return static_cast<CondCode>(static_cast<unsigned>(CC) ^ 0x1);
158157
}
159158

0 commit comments

Comments
 (0)