mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Fix a comment typo noticed by Sandro Magi.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
01284b4d55
commit
ba28cb91c9
@ -336,7 +336,7 @@ void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) {
|
||||
|
||||
/// This function converts a Constant* into a GenericValue. The interesting
|
||||
/// part is if C is a ConstantExpr.
|
||||
/// @brief Get a GenericValue for a Constnat*
|
||||
/// @brief Get a GenericValue for a Constant*
|
||||
GenericValue ExecutionEngine::getConstantValue(const Constant *C) {
|
||||
// If its undefined, return the garbage.
|
||||
if (isa<UndefValue>(C))
|
||||
|
Loading…
Reference in New Issue
Block a user