summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll
diff options
context:
space:
mode:
authorPetar Jovanovic <petar.jovanovic@imgtec.com>2015-02-27 14:46:41 +0000
committerPetar Jovanovic <petar.jovanovic@imgtec.com>2015-02-27 14:46:41 +0000
commit1df918083cd05b78c0bad87af8b6429ab4887cce (patch)
treedd9f84c95aaca38015c771a6b8506e913f1ac8ea /llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll
parent342f5dead0ad8fe829e8c481c23a7f6fd5aab6bf (diff)
downloadbcm5719-llvm-1df918083cd05b78c0bad87af8b6429ab4887cce.tar.gz
bcm5719-llvm-1df918083cd05b78c0bad87af8b6429ab4887cce.zip
Pass correct -mtriple for krait-cpu-div-attribute.ll
Not passing mtriple for one of the tests caused a regression failure on MIPS buildbot. The issue was introduced by r230651. Differential Revision: http://reviews.llvm.org/D7938 llvm-svn: 230756
Diffstat (limited to 'llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll')
-rw-r--r--llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll b/llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll
index b7a1dcc52eb..df4bd57522d 100644
--- a/llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll
+++ b/llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll
@@ -7,7 +7,7 @@
; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -mcpu=krait | FileCheck %s --check-prefix=DIV_EXTENSION
; RUN: llc < %s -mtriple=armv7-linux-gnueabi -mcpu=cortex-a9 | FileCheck %s --check-prefix=NODIV_KRAIT
; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi -mcpu=cortex-a9 | FileCheck %s --check-prefix=NODIV_KRAIT
-; RUN: llc < %s -mcpu=krait -mattr=-hwdiv,-hwdiv-arm | FileCheck %s --check-prefix=NODIV_KRAIT
+; RUN: llc < %s -mtriple=armv7-linux-gnueabi -mcpu=krait -mattr=-hwdiv,-hwdiv-arm | FileCheck %s --check-prefix=NODIV_KRAIT
; check if correct instruction is emitted by integrated assembler
; RUN: llc < %s -mtriple=armv7-linux-gnueabi -mcpu=krait -filetype=obj | llvm-objdump -mcpu=krait -triple armv7-linux-gnueabi -d - | FileCheck %s --check-prefix=HWDIV
OpenPOWER on IntegriCloud