aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/internalfunc.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-05-04 17:54:27 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-05-04 17:54:27 +0000
commit6b7588e6c4f6f1a9ab2b5182fafaa95eeb56ca8d (patch)
treece8641b51bd329cebd7bb0043678e9a43d1f3f38 /test/CodeGen/Mips/internalfunc.ll
parent597a7664e1bbe2ea5f757eb6e853bd1d2fe98d6c (diff)
downloadexternal_llvm-6b7588e6c4f6f1a9ab2b5182fafaa95eeb56ca8d.zip
external_llvm-6b7588e6c4f6f1a9ab2b5182fafaa95eeb56ca8d.tar.gz
external_llvm-6b7588e6c4f6f1a9ab2b5182fafaa95eeb56ca8d.tar.bz2
Prevent instructions using $gp from being placed between a jalr and the instruction that restores the clobbered $gp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/internalfunc.ll')
-rw-r--r--test/CodeGen/Mips/internalfunc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/internalfunc.ll b/test/CodeGen/Mips/internalfunc.ll
index fdfa01a..50d0993 100644
--- a/test/CodeGen/Mips/internalfunc.ll
+++ b/test/CodeGen/Mips/internalfunc.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=mips | FileCheck %s
+; RUN: llc < %s -march=mipsel -mcpu=4ke | FileCheck %s
@caller.sf1 = internal unnamed_addr global void (...)* null, align 4
@gf1 = external global void (...)*