diff options
author | Tanya Lattner <tonic@nondot.org> | 2003-07-31 05:06:09 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2003-07-31 05:06:09 +0000 |
commit | ec127bb3526aefbf9008df3c3ce4c1f30fb77f08 (patch) | |
tree | 85e2d211cbbf4963cf7fa397d983c41622a0871b /lib/VMCore/Instruction.cpp | |
parent | c9670ef17d43a6c20fcc0f6765988216754419a0 (diff) |
*** 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/Instruction.cpp')
-rw-r--r-- | lib/VMCore/Instruction.cpp | 2 |
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: |