1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix VC++ warning.

llvm-svn: 24496
This commit is contained in:
Jeff Cohen 2005-11-28 06:45:57 +00:00
parent 0edc0fd222
commit b171dee053

View File

@ -445,6 +445,7 @@ Value* ProfilerRS::Translate(Value* v) {
return v;
}
assert(0 && "Value not handled");
return 0;
}
void ProfilerRS::Duplicate(Function& F, RSProfilers& LI)