diff options
author | Dan Gohman <gohman@apple.com> | 2008-11-18 17:05:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-11-18 17:05:42 +0000 |
commit | 3dbc4e350216e197e3014452400f43899f7ad620 (patch) | |
tree | f1a5c245d3be99bf19c712cd7c8fabe0de238711 /include/llvm/CodeGen/SelectionDAGNodes.h | |
parent | 8b88a9130b635126cf2b29aa30552571e24747b8 (diff) |
Whitespace cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 839db7d454..7567ecc095 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -1766,7 +1766,7 @@ class MemIntrinsicSDNode : public MemSDNode { virtual void ANCHOR(); // Out-of-line virtual method to give class a home. bool ReadMem; // Intrinsic reads memory bool WriteMem; // Intrinsic writes memory - public: +public: MemIntrinsicSDNode(unsigned Opc, SDVTList VTs, const SDValue *Ops, unsigned NumOps, MVT MemoryVT, const Value *srcValue, int SVO, |