From 191f88268a57f5503499e09217f4504fc773f744 Mon Sep 17 00:00:00 2001 From: Venkatraman Govindaraju Date: Wed, 19 Feb 2014 15:57:49 +0000 Subject: [PATCH] [Sparc] Remove spurious checks from a testcase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201690 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SPARC/obj-relocs.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CodeGen/SPARC/obj-relocs.ll b/test/CodeGen/SPARC/obj-relocs.ll index 62bafafb974..6d57598795d 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 -- 2.34.1