From 05ebb04b0ca0fd7948fe069e17c1adc803a3cb4e Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 21 Nov 2017 17:22:19 +0000 Subject: [PATCH] Rename test/Transforms/CountingFunctionInserter -> EntryExitInstrumenter The pass was renamed in r318195. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318784 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../{CountingFunctionInserter => EntryExitInstrumenter}/mcount.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/{CountingFunctionInserter => EntryExitInstrumenter}/mcount.ll (100%) diff --git a/test/Transforms/CountingFunctionInserter/mcount.ll b/test/Transforms/EntryExitInstrumenter/mcount.ll similarity index 100% rename from test/Transforms/CountingFunctionInserter/mcount.ll rename to test/Transforms/EntryExitInstrumenter/mcount.ll