mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
comment update
llvm-svn: 54576
This commit is contained in:
parent
051f7c07a9
commit
64e06e8dac
@ -83,7 +83,8 @@ public:
|
||||
|
||||
/// getVectorElements - This method, which is only valid on constant of vector
|
||||
/// type, returns the elements of the vector in the specified smallvector.
|
||||
/// This handles breaking down a vector undef into undef elements, etc.
|
||||
/// This handles breaking down a vector undef into undef elements, etc. For
|
||||
/// constant exprs and other cases we can't handle, we return an empty vector.
|
||||
void getVectorElements(SmallVectorImpl<Constant*> &Elts) const;
|
||||
|
||||
/// destroyConstant - Called if some element of this constant is no longer
|
||||
|
Loading…
Reference in New Issue
Block a user