mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Correct the name of isTrapping in comments.
llvm-svn: 57606
This commit is contained in:
parent
b7435b1c03
commit
0c160fbe89
@ -171,7 +171,7 @@ public:
|
||||
bool isCommutative() const { return isCommutative(getOpcode()); }
|
||||
static bool isCommutative(unsigned op);
|
||||
|
||||
/// isTrappingInstruction - Return true if the instruction may trap.
|
||||
/// isTrapping - Return true if the instruction may trap.
|
||||
///
|
||||
bool isTrapping() const {
|
||||
return isTrapping(getOpcode());
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user