mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 06:06:52 +00:00
Unbreak the build.
llvm-svn: 124426
This commit is contained in:
parent
675f10c258
commit
114c20e190
@ -460,7 +460,7 @@ bool FunctionComparator::Enumerate(const Value *V1, const Value *V2) {
|
||||
if (V1 == F2 && V2 == F1)
|
||||
return true;
|
||||
|
||||
if (Constant *C1 = dyn_cast<Constant>(V1)) {
|
||||
if (const Constant *C1 = dyn_cast<Constant>(V1)) {
|
||||
if (V1 == V2) return true;
|
||||
const Constant *C2 = dyn_cast<Constant>(V2);
|
||||
if (!C2) return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user