projects
/
oota-llvm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reformat.
[oota-llvm.git]
/
include
/
llvm
/
CodeGen
/
SelectionDAGNodes.h
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index 179c3c03099125737d54f4252889915d5a4516fc..6419fd3c4ec9a04431534d76d8eebfd1a46dc343 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-1030,7
+1030,7
@@
public:
SDNodeFlags Flags;
BinaryWithFlagsSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
SDValue X, SDValue Y)
SDNodeFlags Flags;
BinaryWithFlagsSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
SDValue X, SDValue Y)
-
: BinarySDNode(Opc, Order, dl, VTs, X, Y), Flags() {
}
+
: BinarySDNode(Opc, Order, dl, VTs, X, Y), Flags() {
}
static bool classof(const SDNode *N) {
return isBinOpWithFlags(N->getOpcode());
}
static bool classof(const SDNode *N) {
return isBinOpWithFlags(N->getOpcode());
}