mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 06:27:56 +00:00
Fix a comment typo noticed by Sandro Magi.
llvm-svn: 41018
This commit is contained in:
parent
e611c96a3c
commit
da7379cc57
@ -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…
x
Reference in New Issue
Block a user