mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Replace an old C-style cast with a C++ cast (squelch warning)
llvm-svn: 28533
This commit is contained in:
parent
671dfd7872
commit
1b73ead96d
@ -66,7 +66,7 @@ public:
|
||||
// it's processed.
|
||||
//
|
||||
bool runOnFunction(Function &F) {
|
||||
(*Out) << Banner << (Value&)F;
|
||||
(*Out) << Banner << static_cast<Value&>(F);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user