mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +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:
parent
14f9a54a8b
commit
6ba12f9f72
@ -52,7 +52,7 @@ static bool ignoreCallingConv(LibFunc::Func Func) {
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
llvm_unreachable();
|
||||
llvm_unreachable("All cases should be covered in the switch.");
|
||||
}
|
||||
|
||||
/// isOnlyUsedInZeroEqualityComparison - Return true if it only matters that the
|
||||
|
Loading…
x
Reference in New Issue
Block a user