From 2703399041003fa9197082582802ddbd08e8259d Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Tue, 30 Nov 2010 05:59:26 +0000 Subject: [PATCH] Rename this test to FPuts.ll since it actually tests fputs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120393 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyLibCalls/{Puts.ll => FPuts.ll} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/SimplifyLibCalls/{Puts.ll => FPuts.ll} (100%) diff --git a/test/Transforms/SimplifyLibCalls/Puts.ll b/test/Transforms/SimplifyLibCalls/FPuts.ll similarity index 100% rename from test/Transforms/SimplifyLibCalls/Puts.ll rename to test/Transforms/SimplifyLibCalls/FPuts.ll