From 11f2cba55ecae09563612bd9b71dff3c78b27546 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 12 Sep 2017 01:30:10 +0000 Subject: [PATCH] [X86] Rename TruncAssertZext.ll test to TruncAssertSext.ll. Since its testing AssertSext. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312991 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/{TruncAssertZext.ll => TruncAssertSext.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/X86/{TruncAssertZext.ll => TruncAssertSext.ll} (100%) diff --git a/test/CodeGen/X86/TruncAssertZext.ll b/test/CodeGen/X86/TruncAssertSext.ll similarity index 100% rename from test/CodeGen/X86/TruncAssertZext.ll rename to test/CodeGen/X86/TruncAssertSext.ll -- 2.50.1