rename a file to follow naming conventions.
authorChris Lattner <sabre@nondot.org>
Fri, 2 Jan 2009 01:52:35 +0000 (01:52 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Jan 2009 01:52:35 +0000 (01:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61550 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/2008-12-12-EH.ll [new file with mode: 0644]
test/CodeGen/PowerPC/20081212.ll [deleted file]

diff --git a/test/CodeGen/PowerPC/2008-12-12-EH.ll b/test/CodeGen/PowerPC/2008-12-12-EH.ll
new file mode 100644 (file)
index 0000000..21218f5
--- /dev/null
@@ -0,0 +1,10 @@
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
+; RUN: llvm-as < %s | llc  -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
+
+define void @_Z1fv() {
+entry:
+       br label %return
+
+return:
+       ret void
+}
diff --git a/test/CodeGen/PowerPC/20081212.ll b/test/CodeGen/PowerPC/20081212.ll
deleted file mode 100644 (file)
index 21218f5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
-; RUN: llvm-as < %s | llc  -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
-
-define void @_Z1fv() {
-entry:
-       br label %return
-
-return:
-       ret void
-}