mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-11 08:29:25 +00:00
trivial micro-optimization: lazily call the virtual method instead of eagerly calling it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -796,7 +796,7 @@ bool BitcodeReader::ParseMetadata() {
|
||||
default: // Default behavior: ignore.
|
||||
break;
|
||||
case bitc::METADATA_NAME: {
|
||||
// Read named of the named metadata.
|
||||
// Read name of the named metadata.
|
||||
SmallString<8> Name(Record.begin(), Record.end());
|
||||
Record.clear();
|
||||
Code = Stream.ReadCode();
|
||||
|
Reference in New Issue
Block a user