From 5779341a6d68c4f4971c4f0b0033b41f6cb10662 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Thu, 3 Dec 2015 19:41:25 +0000 Subject: [PATCH] Move branch folding test to a better location. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254640 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../single-block-funclets.ll => CodeGen/X86/branchfolding-catchpads.ll} | 1 - 1 file changed, 1 deletion(-) rename test/{Transforms/BranchFolding/single-block-funclets.ll => CodeGen/X86/branchfolding-catchpads.ll} (99%) diff --git a/test/Transforms/BranchFolding/single-block-funclets.ll b/test/CodeGen/X86/branchfolding-catchpads.ll similarity index 99% rename from test/Transforms/BranchFolding/single-block-funclets.ll rename to test/CodeGen/X86/branchfolding-catchpads.ll index b2286ac3359..21c7818e519 100644 --- a/test/Transforms/BranchFolding/single-block-funclets.ll +++ b/test/CodeGen/X86/branchfolding-catchpads.ll @@ -1,5 +1,4 @@ ; RUN: llc -mtriple=x86_64-pc-windows-msvc < %s | FileCheck %s -; REQUIRES: X86 declare i32 @__CxxFrameHandler3(...) -- 2.11.0