From d41a30ed8c9f0da61c16a9040cb116cea63a694b Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sun, 26 Jan 2014 04:08:47 +0000 Subject: [PATCH] Move tests that just use llc from test/MC/Mips to test/MC/Codegen. This is an expanded version of r200064. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200115 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{MC => CodeGen}/Mips/abicalls.ll | 0 test/{MC => CodeGen}/Mips/elf_eflags.ll | 0 test/{MC => CodeGen}/Mips/elf_st_other.ll | 0 test/{MC => CodeGen}/Mips/micromips-long-branch.ll | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/{MC => CodeGen}/Mips/abicalls.ll (100%) rename test/{MC => CodeGen}/Mips/elf_eflags.ll (100%) rename test/{MC => CodeGen}/Mips/elf_st_other.ll (100%) rename test/{MC => CodeGen}/Mips/micromips-long-branch.ll (100%) diff --git a/test/MC/Mips/abicalls.ll b/test/CodeGen/Mips/abicalls.ll similarity index 100% rename from test/MC/Mips/abicalls.ll rename to test/CodeGen/Mips/abicalls.ll 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 diff --git a/test/MC/Mips/micromips-long-branch.ll b/test/CodeGen/Mips/micromips-long-branch.ll similarity index 100% rename from test/MC/Mips/micromips-long-branch.ll rename to test/CodeGen/Mips/micromips-long-branch.ll