diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-15 22:56:21 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-15 22:56:21 +0000 |
commit | 95c2cc51ebb2a58ccd66a1465d5c8ed89b381bc9 (patch) | |
tree | 0716f17334983f6c6fff4a7803cd99d004992a62 /lib/VMCore/Instruction.cpp | |
parent | 65ac2fa8802676a5f7b2402f92dea6129d1f1903 (diff) | |
download | external_llvm-95c2cc51ebb2a58ccd66a1465d5c8ed89b381bc9.tar.gz external_llvm-95c2cc51ebb2a58ccd66a1465d5c8ed89b381bc9.tar.bz2 external_llvm-95c2cc51ebb2a58ccd66a1465d5c8ed89b381bc9.zip |
Correct the name of isTrapping in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57606 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 97334b3e24..067a4bb639 100644 --- a/lib/VMCore/Instruction.cpp +++ b/lib/VMCore/Instruction.cpp @@ -301,7 +301,7 @@ bool Instruction::isCommutative(unsigned op) { } } -/// isTrappingInstruction - Return true if the instruction may trap. +/// isTrapping - Return true if the instruction may trap. /// bool Instruction::isTrapping(unsigned op) { switch(op) { |