mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
comment update
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -83,7 +83,8 @@ public:
|
|||||||
|
|
||||||
/// getVectorElements - This method, which is only valid on constant of vector
|
/// getVectorElements - This method, which is only valid on constant of vector
|
||||||
/// type, returns the elements of the vector in the specified smallvector.
|
/// 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;
|
void getVectorElements(SmallVectorImpl<Constant*> &Elts) const;
|
||||||
|
|
||||||
/// destroyConstant - Called if some element of this constant is no longer
|
/// destroyConstant - Called if some element of this constant is no longer
|
||||||
|
Reference in New Issue
Block a user