From d7d1a290034c0d991a22ecf4e94e66bfd9a3c8a1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 5 Jan 2010 22:52:54 +0000 Subject: [PATCH] Move this test from test/Transforms/IndVarSimplify to test/CodeGen/X86, as doesn't use -indvars, and it does use llc -march=x86-64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92799 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../IndVarSimplify => CodeGen/X86}/2007-01-08-X86-64-Pointer.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{Transforms/IndVarSimplify => CodeGen/X86}/2007-01-08-X86-64-Pointer.ll (100%) diff --git a/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll b/test/CodeGen/X86/2007-01-08-X86-64-Pointer.ll similarity index 100% rename from test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll rename to test/CodeGen/X86/2007-01-08-X86-64-Pointer.ll -- 2.34.1