From 495d20631a131715778864b7d5efd33affc75b0c Mon Sep 17 00:00:00 2001 From: Anna Thomas Date: Tue, 28 Mar 2017 08:34:07 +0000 Subject: [PATCH] rename instcombine test file. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298904 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../{phi-select-constexpr.ll => phi-select-constant.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/InstCombine/{phi-select-constexpr.ll => phi-select-constant.ll} (100%) diff --git a/test/Transforms/InstCombine/phi-select-constexpr.ll b/test/Transforms/InstCombine/phi-select-constant.ll similarity index 100% rename from test/Transforms/InstCombine/phi-select-constexpr.ll rename to test/Transforms/InstCombine/phi-select-constant.ll -- 2.40.0