projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8e369
)
Typo.
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 16 Dec 2006 06:21:55 +0000
(06:21 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index ef27bc19bd2e92ec539b35e2e7947866faca350a..f7c7535eb6369be3a692d79812a2eb47eef869f1 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-1481,7
+1481,7
@@
public:
unsigned getAlignment() const { return Alignment; }
bool isVolatile() const { return IsVolatile; }
- static bool classof(const
Load
SDNode *) { return true; }
+ static bool classof(const
Store
SDNode *) { return true; }
static bool classof(const SDNode *N) {
return N->getOpcode() == ISD::STORE;
}