commit | f8c563f76cfefe68a72035f655d52b3fd737b1c3 | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Thu Jul 31 05:06:09 2003 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Thu Jul 31 05:06:09 2003 +0000 |
tree | 6db97e9c0e0c1c00eca2ab1da826bacb719e95bd | |
parent | c69df616b8cf6337099cb27d72e90ffad0868a33 [diff] [blame] |
*** empty log message *** llvm-svn: 7447
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp index a1ccddf..1a53642 100644 --- a/llvm/lib/VMCore/Instruction.cpp +++ b/llvm/lib/VMCore/Instruction.cpp
@@ -141,7 +141,7 @@ /// isTrappingInstruction - Return true if the instruction may trap. /// -bool Instruction::isTrappingInstruction(unsigned op) { +bool Instruction::isTrapping(unsigned op) { switch(op) { case Div: case Rem: