Typo.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 16 Dec 2006 06:21:55 +0000 (06:21 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 16 Dec 2006 06:21:55 +0000 (06:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32628 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index ef27bc19bd2e92ec539b35e2e7947866faca350a..f7c7535eb6369be3a692d79812a2eb47eef869f1 100644 (file)
@@ -1481,7 +1481,7 @@ public:
   unsigned getAlignment() const { return Alignment; }
   bool isVolatile() const { return IsVolatile; }
 
-  static bool classof(const LoadSDNode *) { return true; }
+  static bool classof(const StoreSDNode *) { return true; }
   static bool classof(const SDNode *N) {
     return N->getOpcode() == ISD::STORE;
   }