From 394b34cb8b102885766d27799dbe7952f5d5a9e9 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Thu, 22 Oct 2015 14:01:52 +0000 Subject: [PATCH] [mips][mips16] Fix typo in FileCheck directive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251019 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/hf16call32.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Mips/hf16call32.ll b/test/CodeGen/Mips/hf16call32.ll index 018b524c3b5..e182edb2c51 100644 --- a/test/CodeGen/Mips/hf16call32.ll +++ b/test/CodeGen/Mips/hf16call32.ll @@ -765,7 +765,7 @@ declare void @v_df(double) #1 ; stel: .section .mips16.call.fp.v_df,"ax",@progbits ; stel: .ent __call_stub_fp_v_df ; stel: #APP -; setl: .set reorder +; stel: .set reorder ; stel: mtc1 $4, $f12 ; stel: mtc1 $5, $f13 ; stel: lui $25, %hi(v_df) -- 2.34.1