From d002cd4e0f10f20c4f8b419ffa23d782636e46d8 Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Thu, 7 Jan 2021 12:33:10 -0800 Subject: [PATCH] [test] Move coro-retcon-unreachable.ll into llvm/test Reviewed By: rjmccall Differential Revision: https://reviews.llvm.org/D94257 --- .../test/Transforms/Coroutines}/coro-retcon-unreachable.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {clang/test/CodeGenCoroutines => llvm/test/Transforms/Coroutines}/coro-retcon-unreachable.ll (100%) diff --git a/clang/test/CodeGenCoroutines/coro-retcon-unreachable.ll b/llvm/test/Transforms/Coroutines/coro-retcon-unreachable.ll similarity index 100% rename from clang/test/CodeGenCoroutines/coro-retcon-unreachable.ll rename to llvm/test/Transforms/Coroutines/coro-retcon-unreachable.ll -- 2.7.4