summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/tailcall/tailcall.ll
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-06-07 11:21:37 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-06-07 11:21:37 +0000
commit7c96ba1920cb35e5a5d1cc6df72aecef215aaeac (patch)
treec4658f6f97cda0bbd5067a5ae7f01e48153b3f10 /llvm/test/CodeGen/Mips/tailcall/tailcall.ll
parent0641b8b4d3606bf2d3e6da2ca645bb1fbebb8d82 (diff)
downloadbcm5719-llvm-7c96ba1920cb35e5a5d1cc6df72aecef215aaeac.tar.gz
bcm5719-llvm-7c96ba1920cb35e5a5d1cc6df72aecef215aaeac.zip
evert "[mips] Fix test mips64fpldst.ll with machine verifier enabled"
This reverts commit r301394. It broke some internal buildbots, reverting while the issue is being investigated. llvm-svn: 304896
Diffstat (limited to 'llvm/test/CodeGen/Mips/tailcall/tailcall.ll')
-rw-r--r--llvm/test/CodeGen/Mips/tailcall/tailcall.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/tailcall/tailcall.ll b/llvm/test/CodeGen/Mips/tailcall/tailcall.ll
index 01a9b64ba63..3f04e1cf305 100644
--- a/llvm/test/CodeGen/Mips/tailcall/tailcall.ll
+++ b/llvm/test/CodeGen/Mips/tailcall/tailcall.ll
@@ -176,7 +176,7 @@ entry:
; ALL-LABEL: caller8_1:
; PIC32: jalr $25
; PIC32R6: jalr $25
-; PIC32MM: jalr{{.*}} $25
+; PIC32MM: jalr $25
; STATIC32: jal
; PIC64: jalr $25
; STATIC64: jal
@@ -288,7 +288,7 @@ entry:
; ALL-LABEL: caller13:
; PIC32: jalr $25
; PIC32R6: jalr $25
-; PIC32MM: jalr{{.*}} $25
+; PIC32MM: jalr $25
; STATIC32: jal
; STATIC64: jal
; PIC64R6: jalr $25
OpenPOWER on IntegriCloud