From 1c548b645ba91583ef567d264442cb2b71d6fb74 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Aug 2006 20:52:00 +0000 Subject: [PATCH] Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64, but that's not the ppc backend's fault. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29914 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../{PowerPC => Generic}/2006-01-18-InvalidBranchOpcodeAssert.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{PowerPC => Generic}/2006-01-18-InvalidBranchOpcodeAssert.ll (100%) diff --git a/test/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll b/test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll similarity index 100% rename from test/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll rename to test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll -- 2.34.1