From ecf1f1111bff37230d5599109da7997f8c87e463 Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Tue, 17 Jan 2017 20:28:36 +0000 Subject: [PATCH] Rename scalar_promote.ll to scalar-promote.ll and scalar_promote-unwind.ll to scalar-promote-unwind.ll. NFCI git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292251 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../LICM/{scalar_promote-unwind.ll => scalar-promote-unwind.ll} | 0 test/Transforms/LICM/{scalar_promote.ll => scalar-promote.ll} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/LICM/{scalar_promote-unwind.ll => scalar-promote-unwind.ll} (100%) rename test/Transforms/LICM/{scalar_promote.ll => scalar-promote.ll} (100%) diff --git a/test/Transforms/LICM/scalar_promote-unwind.ll b/test/Transforms/LICM/scalar-promote-unwind.ll similarity index 100% rename from test/Transforms/LICM/scalar_promote-unwind.ll rename to test/Transforms/LICM/scalar-promote-unwind.ll diff --git a/test/Transforms/LICM/scalar_promote.ll b/test/Transforms/LICM/scalar-promote.ll similarity index 100% rename from test/Transforms/LICM/scalar_promote.ll rename to test/Transforms/LICM/scalar-promote.ll -- 2.50.1