[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Chris Lattner
sabre at nondot.org
Thu Nov 2 17:13:29 PST 2006
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.120 -> 1.121
---
Log message:
silence warning
---
Diffs of the changes: (+0 -6)
X86ISelDAGToDAG.cpp | 6 ------
1 files changed, 6 deletions(-)
Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
diff -u llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.120 llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.121
--- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.120 Mon Oct 16 01:34:55 2006
+++ llvm/lib/Target/X86/X86ISelDAGToDAG.cpp Thu Nov 2 19:13:15 2006
@@ -931,12 +931,6 @@
return false;
}
-static bool isRegister0(SDOperand Op) {
- if (RegisterSDNode *R = dyn_cast<RegisterSDNode>(Op))
- return (R->getReg() == 0);
- return false;
-}
-
/// getGlobalBaseReg - Output the instructions required to put the
/// base address to use for accessing globals into a register.
///
More information about the llvm-commits
mailing list