From 8fe060da520584b5d03e76ddc3346117a69aff88 Mon Sep 17 00:00:00 2001 From: Jack Carter Date: Sat, 25 Jan 2014 02:14:14 +0000 Subject: [PATCH] [Mips] Move 2 test cases from MC to CodeGen. No code changes. Just reassignment of test case files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200064 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{MC => CodeGen}/Mips/elf_eflags.ll | 0 test/{MC => CodeGen}/Mips/elf_st_other.ll | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{MC => CodeGen}/Mips/elf_eflags.ll (100%) rename test/{MC => CodeGen}/Mips/elf_st_other.ll (100%) diff --git a/test/MC/Mips/elf_eflags.ll b/test/CodeGen/Mips/elf_eflags.ll similarity index 100% rename from test/MC/Mips/elf_eflags.ll rename to test/CodeGen/Mips/elf_eflags.ll diff --git a/test/MC/Mips/elf_st_other.ll b/test/CodeGen/Mips/elf_st_other.ll similarity index 100% rename from test/MC/Mips/elf_st_other.ll rename to test/CodeGen/Mips/elf_st_other.ll -- 2.34.1