From 94c8d3de77fadc9e10f41fe397a027c128bbee86 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 9 Jun 2007 06:10:47 +0000 Subject: [PATCH] rename C files to end with .c git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37535 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../{2007-04-24-bit-not-expr.ll => 2007-04-24-bit-not-expr.c} | 0 .../CFrontend/{2007-04-24-str-const.ll => 2007-04-24-str-const.c} | 0 .../CFrontend/{2007-05-11-str-const.ll => 2007-05-11-str-const.c} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/CFrontend/{2007-04-24-bit-not-expr.ll => 2007-04-24-bit-not-expr.c} (100%) rename test/CFrontend/{2007-04-24-str-const.ll => 2007-04-24-str-const.c} (100%) rename test/CFrontend/{2007-05-11-str-const.ll => 2007-05-11-str-const.c} (100%) diff --git a/test/CFrontend/2007-04-24-bit-not-expr.ll b/test/CFrontend/2007-04-24-bit-not-expr.c similarity index 100% rename from test/CFrontend/2007-04-24-bit-not-expr.ll rename to test/CFrontend/2007-04-24-bit-not-expr.c diff --git a/test/CFrontend/2007-04-24-str-const.ll b/test/CFrontend/2007-04-24-str-const.c similarity index 100% rename from test/CFrontend/2007-04-24-str-const.ll rename to test/CFrontend/2007-04-24-str-const.c diff --git a/test/CFrontend/2007-05-11-str-const.ll b/test/CFrontend/2007-05-11-str-const.c similarity index 100% rename from test/CFrontend/2007-05-11-str-const.ll rename to test/CFrontend/2007-05-11-str-const.c -- 2.34.1