mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Fixing a build error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -52,7 +52,7 @@ static bool ignoreCallingConv(LibFunc::Func Func) {
|
|||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
llvm_unreachable();
|
llvm_unreachable("All cases should be covered in the switch.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// isOnlyUsedInZeroEqualityComparison - Return true if it only matters that the
|
/// isOnlyUsedInZeroEqualityComparison - Return true if it only matters that the
|
||||||
|
Reference in New Issue
Block a user