1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

[mips] Rename option to make it compatible with gcc.

llvm-svn: 182397
This commit is contained in:
Akira Hatanaka 2013-05-21 17:17:59 +00:00
parent 6123e22ce0
commit 4da68c1676
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ LargeGOT("mxgot", cl::Hidden,
cl::desc("MIPS: Enable GOT larger than 64k."), cl::init(false));
static cl::opt<bool>
NoZeroDivCheck("mnocheck-zero-division", cl::Hidden,
NoZeroDivCheck("mno-check-zero-division", cl::Hidden,
cl::desc("MIPS: Don't trap on integer division by zero."),
cl::init(false));

View File

@ -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: