mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
Fixed a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1765,8 +1765,8 @@ SDValue DAGCombiner::visitSUBE(SDNode *N) {
|
|||||||
return SDValue();
|
return SDValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
|
/// isConstantSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
|
||||||
/// all the same or undefined.
|
/// all the same constant or undefined.
|
||||||
static bool isConstantSplatVector(SDNode *N, APInt& SplatValue) {
|
static bool isConstantSplatVector(SDNode *N, APInt& SplatValue) {
|
||||||
BuildVectorSDNode *C = dyn_cast<BuildVectorSDNode>(N);
|
BuildVectorSDNode *C = dyn_cast<BuildVectorSDNode>(N);
|
||||||
if (!C)
|
if (!C)
|
||||||
|
Reference in New Issue
Block a user