mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Rename getNullPointer to getNull
llvm-svn: 708
This commit is contained in:
parent
db52bbed27
commit
5eb7388b84
@ -273,7 +273,7 @@ bool BytecodeParser::parseConstPoolValue(const uchar *&Buf,
|
||||
if (SubClass != 0) return failure(true);
|
||||
|
||||
|
||||
V = ConstPoolPointer::getNullPointer(PT);
|
||||
V = ConstPoolPointer::getNull(PT);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user