mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
SwitchInst cosmetics: renamed "Hash" method to "hash"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2280,7 +2280,7 @@ bool BitcodeReader::ParseFunctionBody(Function *F) {
|
||||
ConstantRangesSet Case = CaseBuilder.getCase();
|
||||
SI->addCase(Case, DestBB);
|
||||
}
|
||||
uint16_t Hash = SI->Hash();
|
||||
uint16_t Hash = SI->hash();
|
||||
if (Hash != (Record[0] & 0xFFFF))
|
||||
return Error("Invalid SWITCH record");
|
||||
I = SI;
|
||||
|
Reference in New Issue
Block a user