*** empty log message ***

llvm-svn: 7447
This commit is contained in:
Tanya Lattner 2003-07-31 05:06:09 +00:00
parent c69df616b8
commit f8c563f76c
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ bool Instruction::isCommutative(unsigned op) {
/// isTrappingInstruction - Return true if the instruction may trap.
///
bool Instruction::isTrappingInstruction(unsigned op) {
bool Instruction::isTrapping(unsigned op) {
switch(op) {
case Div:
case Rem: