[llvm-commits] CVS: llvm/include/llvm/Instruction.h
LLVM
llvm at cs.uiuc.edu
Thu Jun 10 22:12:01 PDT 2004
Changes in directory llvm/include/llvm:
Instruction.h updated: 1.56 -> 1.57
---
Log message:
Revert an unneeded interface change to Instruction.h
---
Diffs of the changes: (+0 -2)
Index: llvm/include/llvm/Instruction.h
diff -u llvm/include/llvm/Instruction.h:1.56 llvm/include/llvm/Instruction.h:1.57
--- llvm/include/llvm/Instruction.h:1.56 Thu Jun 10 17:27:10 2004
+++ llvm/include/llvm/Instruction.h Thu Jun 10 22:06:43 2004
@@ -95,8 +95,6 @@
return isTerminator(iType);
}
- static inline bool isPhiNode(unsigned OpCode) { return OpCode == PHI; }
-
inline bool isBinaryOp() const {
return iType >= BinaryOpsBegin && iType < BinaryOpsEnd;
}
More information about the llvm-commits
mailing list