summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>2014-02-19 15:57:49 +0000
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>2014-02-19 15:57:49 +0000
commit191f88268a57f5503499e09217f4504fc773f744 (patch)
tree59ecd2769d81e569bd328a4e901febf534baa53d /test
parent9a8ab56fac64d77ec2fbdfd8bec1e9ba1d04c6a6 (diff)
downloadllvm-191f88268a57f5503499e09217f4504fc773f744.tar.gz
llvm-191f88268a57f5503499e09217f4504fc773f744.tar.bz2
llvm-191f88268a57f5503499e09217f4504fc773f744.tar.xz
[Sparc] Remove spurious checks from a testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/SPARC/obj-relocs.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/SPARC/obj-relocs.ll b/test/CodeGen/SPARC/obj-relocs.ll
index 62bafafb97..6d57598795 100644
--- a/test/CodeGen/SPARC/obj-relocs.ll
+++ b/test/CodeGen/SPARC/obj-relocs.ll
@@ -19,8 +19,6 @@
@AGlobalVar = global i64 0, align 8
-; CHECK-ASM: sethi %h44(AGlobalVar), [[R:%[goli][0-7]]]
-; CHECK-ASM: add [[R]], %m44(AGlobalVar), [[R]]
define i64 @foo(i64 %a) {
entry:
%0 = load i64* @AGlobalVar, align 4