[Frontend] Name variable correctly.
Reported by: Kim Grasman! llvm-svn: 250605
This commit is contained in:
@@ -1986,8 +1986,8 @@ void ModuleSignature::flush() {
|
||||
}
|
||||
|
||||
void ModuleSignature::add(StringRef Value) {
|
||||
for (auto &S : Value)
|
||||
add(S, 8);
|
||||
for (auto &c : Value)
|
||||
add(c, 8);
|
||||
}
|
||||
|
||||
llvm::APInt ModuleSignature::getAsInteger() const {
|
||||
|
||||
Reference in New Issue
Block a user