diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2013-05-21 17:17:59 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-05-21 17:17:59 +0000 |
commit | be76cd0b8eef4c744cce734154759a2d279cbfe7 (patch) | |
tree | 267d1e0855bd182e624818c05d15b0fe0f39809a /llvm/test/CodeGen/Mips/divrem.ll | |
parent | 6871031be97be67c1752864285c46605cbe8e8a4 (diff) | |
download | bcm5719-llvm-be76cd0b8eef4c744cce734154759a2d279cbfe7.tar.gz bcm5719-llvm-be76cd0b8eef4c744cce734154759a2d279cbfe7.zip |
[mips] Rename option to make it compatible with gcc.
llvm-svn: 182397
Diffstat (limited to 'llvm/test/CodeGen/Mips/divrem.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/divrem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/divrem.ll b/llvm/test/CodeGen/Mips/divrem.ll index d221501a315..47cebbe4e52 100644 --- a/llvm/test/CodeGen/Mips/divrem.ll +++ b/llvm/test/CodeGen/Mips/divrem.ll @@ -1,5 +1,5 @@ ; RUN: llc -march=mips < %s | FileCheck %s -check-prefix=TRAP -; RUN: llc -march=mips -mnocheck-zero-division < %s |\ +; RUN: llc -march=mips -mno-check-zero-division < %s |\ ; RUN: FileCheck %s -check-prefix=NOCHECK ; TRAP: sdiv1: |