mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
UndefValue's are constants
llvm-svn: 17034
This commit is contained in:
parent
c398679263
commit
56508557cf
@ -69,7 +69,8 @@ public:
|
||||
V->getValueType() == Value::ConstantExprVal ||
|
||||
V->getValueType() == Value::ConstantAggregateZeroVal ||
|
||||
V->getValueType() == Value::FunctionVal ||
|
||||
V->getValueType() == Value::GlobalVariableVal;
|
||||
V->getValueType() == Value::GlobalVariableVal ||
|
||||
V->getValueType() == Value::UndefValueVal;
|
||||
}
|
||||
|
||||
/// replaceUsesOfWithOnConstant - This method is a special form of
|
||||
|
Loading…
x
Reference in New Issue
Block a user