aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2009-02-25 03:57:49 +0000
committerScott Michel <scottm@aero.org>2009-02-25 03:57:49 +0000
commit8f1579aedca03f089e239552ba7f1398e657c6f5 (patch)
tree5dcf4dabe4dc78c22934d64da3b407705c684a35 /include
parentdf38043a46b873acb98e7ce0c700d82c1d888772 (diff)
Expand tabs to spaces (overlooked in previous commit)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 9e0aa871fb..9dc0829365 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -1970,7 +1970,7 @@ public:
*/
bool isConstantSplat(bool &hasUndefSplatBitsFlag, uint64_t &SplatBits,
uint64_t &SplatUndef, unsigned &SplatSize,
- int MinSplatBits = 0);
+ int MinSplatBits = 0);
static bool classof(const BuildVectorSDNode *) { return true; }
static bool classof(const SDNode *N) {