From d15c581100510d074a5b2b1e47b88e4514d93b1b Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Wed, 18 Apr 2012 00:07:45 +0000 Subject: [PATCH] Move win32 SimplifyLibcall test under Transforms git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154967 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../SimplifyLibCalls/win-math.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{CodeGen/X86/win_math_simplify_libcall.ll => Transforms/SimplifyLibCalls/win-math.ll} (100%) diff --git a/test/CodeGen/X86/win_math_simplify_libcall.ll b/test/Transforms/SimplifyLibCalls/win-math.ll similarity index 100% rename from test/CodeGen/X86/win_math_simplify_libcall.ll rename to test/Transforms/SimplifyLibCalls/win-math.ll -- 2.34.1