From 5d845d793d130845d4654c287169f404ac9458d5 Mon Sep 17 00:00:00 2001 From: Oren Ben Simhon Date: Sun, 19 Mar 2017 08:53:42 +0000 Subject: [PATCH] Moving the test to x86 because other architectures do not suport regcall calling convention. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298209 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/MIR/{Generic => X86}/dynamic-regmask.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/MIR/{Generic => X86}/dynamic-regmask.ll (100%) diff --git a/test/CodeGen/MIR/Generic/dynamic-regmask.ll b/test/CodeGen/MIR/X86/dynamic-regmask.ll similarity index 100% rename from test/CodeGen/MIR/Generic/dynamic-regmask.ll rename to test/CodeGen/MIR/X86/dynamic-regmask.ll -- 2.11.0