From 48c86b27e3bec52e16b6b4a1c9735ee4e9f56bb7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 12 Jul 2011 04:51:05 +0000 Subject: [PATCH] make test name less specific git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134964 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{call-knr-indirect.c => call.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{call-knr-indirect.c => call.c} (100%) diff --git a/test/CodeGen/call-knr-indirect.c b/test/CodeGen/call.c similarity index 100% rename from test/CodeGen/call-knr-indirect.c rename to test/CodeGen/call.c -- 2.50.1