rename tests to avoid a test- prefix when they aren't related to the test instruction.
authorChris Lattner <sabre@nondot.org>
Tue, 19 Feb 2008 17:33:52 +0000 (17:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Feb 2008 17:33:52 +0000 (17:33 +0000)
commit22c31769fb1448dba3247780181d527a852d7694
tree18f099814ff8d4af2c81c03f70106246f05c2508
parentec5ec88d15b0aab050141b7247ac0335ebcb97ac
rename tests to avoid a test- prefix when they aren't related to the test instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47329 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
test/CodeGen/X86/fold-load.ll [new file with mode: 0644]
test/CodeGen/X86/hidden-vis.ll [new file with mode: 0644]
test/CodeGen/X86/pic-1.ll [new file with mode: 0644]
test/CodeGen/X86/pic-2.ll [new file with mode: 0644]
test/CodeGen/X86/pic-3.ll [new file with mode: 0644]
test/CodeGen/X86/pic-4.ll [new file with mode: 0644]
test/CodeGen/X86/pic-5.ll [new file with mode: 0644]
test/CodeGen/X86/pic-6.ll [new file with mode: 0644]
test/CodeGen/X86/pic-cpool.ll [new file with mode: 0644]
test/CodeGen/X86/pic-jtbl.ll [new file with mode: 0644]
test/CodeGen/X86/test-hidden.ll [deleted file]
test/CodeGen/X86/test-load-fold.ll [deleted file]
test/CodeGen/X86/test-pic-1.ll [deleted file]
test/CodeGen/X86/test-pic-2.ll [deleted file]
test/CodeGen/X86/test-pic-3.ll [deleted file]
test/CodeGen/X86/test-pic-4.ll [deleted file]
test/CodeGen/X86/test-pic-5.ll [deleted file]
test/CodeGen/X86/test-pic-6.ll [deleted file]
test/CodeGen/X86/test-pic-cpool.ll [deleted file]
test/CodeGen/X86/test-pic-jtbl.ll [deleted file]