summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/Fast-ISel/shift.ll
diff options
context:
space:
mode:
authorVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>2015-07-30 12:39:33 +0000
committerVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>2015-07-30 12:39:33 +0000
commit2041b1dd0bf7f155481ddbad44ac9a6441b88071 (patch)
tree1225e51a3b1d5aa9eb08873bcaa01944acffacb7 /llvm/test/CodeGen/Mips/Fast-ISel/shift.ll
parentd00438e8f0d6c98e56b01c26147cb3d79df46ccb (diff)
downloadbcm5719-llvm-2041b1dd0bf7f155481ddbad44ac9a6441b88071.tar.gz
bcm5719-llvm-2041b1dd0bf7f155481ddbad44ac9a6441b88071.zip
[mips][FastISel] Remove hidden mips-fast-isel option.
Summary: This hidden option would disable code generation through FastISel by default. It was removed from the available options and from the Fast-ISel tests that required it in order to run the tests. Reviewers: dsanders Subscribers: qcolombet, llvm-commits Differential Revision: http://reviews.llvm.org/D11610 llvm-svn: 243638
Diffstat (limited to 'llvm/test/CodeGen/Mips/Fast-ISel/shift.ll')
-rw-r--r--llvm/test/CodeGen/Mips/Fast-ISel/shift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/Fast-ISel/shift.ll b/llvm/test/CodeGen/Mips/Fast-ISel/shift.ll
index df1c82700d5..9fe694bb582 100644
--- a/llvm/test/CodeGen/Mips/Fast-ISel/shift.ll
+++ b/llvm/test/CodeGen/Mips/Fast-ISel/shift.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mipsel -mcpu=mips32r2 -O1 -fast-isel=true -mips-fast-isel -filetype=obj %s -o - \
+; RUN: llc -march=mipsel -mcpu=mips32r2 -O0 -fast-isel=true -filetype=obj %s -o - \
; RUN: | llvm-objdump -arch mipsel -mcpu=mips32r2 -d - | FileCheck %s
; This test checks that encoding for srl is correct when fast-isel for mips32r2 is used.
OpenPOWER on IntegriCloud