From 1cb47b9afe77231d6b87b8445dfec475fb5e59cd Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 9 Mar 2013 18:25:40 +0000 Subject: Test case hygiene. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176772 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/jtstat.ll | 4 ++-- test/CodeGen/Mips/mips64-libcall.ll | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/CodeGen/Mips') diff --git a/test/CodeGen/Mips/jtstat.ll b/test/CodeGen/Mips/jtstat.ll index 6c1eb8db6b..01afc080c2 100644 --- a/test/CodeGen/Mips/jtstat.ll +++ b/test/CodeGen/Mips/jtstat.ll @@ -56,8 +56,8 @@ sw.epilog: ; preds = %entry, %sw.bb7, %sw ret void } -; CHECK-STATIC16 li ${{[0-9]+}}, %hi($JTI{{[0-9]+}}_{{[0-9]+}}) -; CHECK-STATIC16 lw ${{[0-9]+}}, %lo($JTI{{[0-9]+}}_{{[0-9]+}})({{[0-9]+}}) +; CHECK-STATIC16: li ${{[0-9]+}}, %hi($JTI{{[0-9]+}}_{{[0-9]+}}) +; CHECK-STATIC16: lw ${{[0-9]+}}, %lo($JTI{{[0-9]+}}_{{[0-9]+}})(${{[0-9]+}}) ; CHECK-STATIC16: $JTI{{[0-9]+}}_{{[0-9]+}}: ; CHECK-STATIC16: .4byte ($BB0_{{[0-9]+}}) ; CHECK-STATIC16: .4byte ($BB0_{{[0-9]+}}) diff --git a/test/CodeGen/Mips/mips64-libcall.ll b/test/CodeGen/Mips/mips64-libcall.ll index c53ccfde51..d54598be70 100644 --- a/test/CodeGen/Mips/mips64-libcall.ll +++ b/test/CodeGen/Mips/mips64-libcall.ll @@ -5,7 +5,7 @@ ; Check that %add is not passed in an integer register. ; -; HARD : callfloor: +; HARD: callfloor: ; HARD-NOT: dmfc1 $4 define double @callfloor(double %d) nounwind readnone { -- cgit v1.2.3-70-g09d2