mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
*** empty log message ***
llvm-svn: 7447
This commit is contained in:
parent
227005d189
commit
26f6e3b353
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user