mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 21:28:48 +00:00
Fixed a comment.
llvm-svn: 184933
This commit is contained in:
parent
1c9de1f078
commit
fed077be03
@ -1765,8 +1765,8 @@ SDValue DAGCombiner::visitSUBE(SDNode *N) {
|
||||
return SDValue();
|
||||
}
|
||||
|
||||
/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
|
||||
/// all the same or undefined.
|
||||
/// isConstantSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
|
||||
/// all the same constant or undefined.
|
||||
static bool isConstantSplatVector(SDNode *N, APInt& SplatValue) {
|
||||
BuildVectorSDNode *C = dyn_cast<BuildVectorSDNode>(N);
|
||||
if (!C)
|
||||
|
Loading…
x
Reference in New Issue
Block a user