From f9c0b6852bc78786507f0416ecde312fe4eb03c6 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sat, 10 Feb 2024 01:29:38 +0000 Subject: [PATCH] [Mips] Fix a test mismerge that resulted in a bogus XFAIL Fixes: f1fd9abbc82b ("Merge upstream into master (using imerge)") Fixes: affb810c94aa ("WIP post-merge bug squashing.") --- llvm/test/CodeGen/Mips/call-optimization.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/test/CodeGen/Mips/call-optimization.ll b/llvm/test/CodeGen/Mips/call-optimization.ll index 1563d1a1a4c7..0be5ff2ef6e3 100644 --- a/llvm/test/CodeGen/Mips/call-optimization.ll +++ b/llvm/test/CodeGen/Mips/call-optimization.ll @@ -1,9 +1,7 @@ ; RUN: llc -march=mipsel -disable-mips-delay-filler -relocation-model=pic < %s | \ ; RUN: FileCheck %s -check-prefix=O32 ; RUN: llc -march=mipsel -mips-load-target-from-got=false \ -; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=O32-LOADTGT ; RUN: -disable-mips-delay-filler -relocation-model=pic < %s | FileCheck %s -check-prefix=O32-LOADTGT -; XFAIL: * @gd1 = common global double 0.000000e+00, align 8 @gd2 = common global double 0.000000e+00, align 8