summaryrefslogtreecommitdiff
path: root/lib/VMCore
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2003-07-31 05:06:09 +0000
committerTanya Lattner <tonic@nondot.org>2003-07-31 05:06:09 +0000
commitec127bb3526aefbf9008df3c3ce4c1f30fb77f08 (patch)
tree85e2d211cbbf4963cf7fa397d983c41622a0871b /lib/VMCore
parentc9670ef17d43a6c20fcc0f6765988216754419a0 (diff)
downloadllvm-ec127bb3526aefbf9008df3c3ce4c1f30fb77f08.tar.gz
llvm-ec127bb3526aefbf9008df3c3ce4c1f30fb77f08.tar.bz2
llvm-ec127bb3526aefbf9008df3c3ce4c1f30fb77f08.tar.xz
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r--lib/VMCore/Instruction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp
index a1ccddf416..1a53642734 100644
--- a/lib/VMCore/Instruction.cpp
+++ b/lib/VMCore/Instruction.cpp
@@ -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: