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(...)