mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-16 05:41:45 +00:00
Remove unneeded cast.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f0228053f8
commit
f71755dc56
@ -266,7 +266,6 @@ void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference,
|
||||
if (GlobalVariable *GV = dyn_cast<GlobalVariable>(V)) {
|
||||
/// FIXME: If we straightened things out, this could actually emit the
|
||||
/// global immediately instead of queuing it for codegen later!
|
||||
GlobalVariable *GV = cast<GlobalVariable>(V);
|
||||
return TheJIT->getOrEmitGlobalVariable(GV);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user