From be82bf917e07333e54075c5e8af546eea0f661f5 Mon Sep 17 00:00:00 2001 From: Nemanja Ivanovic Date: Tue, 12 Jul 2016 21:24:08 +0000 Subject: [PATCH] The test case I added is PowerPC specific but I accidentally had it in the wrong directory. Moved it to CodeGen/PowerPC. Sorry about the noise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275218 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{ => PowerPC}/p9-xxinsertw-xxextractuw.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{ => PowerPC}/p9-xxinsertw-xxextractuw.ll (100%) diff --git a/test/CodeGen/p9-xxinsertw-xxextractuw.ll b/test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll similarity index 100% rename from test/CodeGen/p9-xxinsertw-xxextractuw.ll rename to test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll -- 2.50.1