[llvm-commits] [llvm] r47192 - in /llvm/trunk/test/Assembler: 2004-03-07-FunctionAddressAlignment.ll 2004-03-07-FunctionAddressAlignment.llx

Chris Lattner sabre at nondot.org
Fri Feb 15 15:51:48 PST 2008


Author: lattner
Date: Fri Feb 15 17:51:48 2008
New Revision: 47192

URL: http://llvm.org/viewvc/llvm-project?rev=47192&view=rev
Log:
rename llx -> ll

Added:
    llvm/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.ll
      - copied unchanged from r47064, llvm/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.llx
Removed:
    llvm/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.llx

Removed: llvm/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.llx
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.llx?rev=47191&view=auto

==============================================================================
--- llvm/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.llx (original)
+++ llvm/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.llx (removed)
@@ -1,15 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep cast
-; All of these should be eliminable
-
-
-int %foo() {
-	ret int and (int cast (int()* %foo to int), int 1)
-}
-
-int %foo2() {
-	ret int and (int 1, int cast (int()* %foo2 to int))
-}
-
-bool %foo3() {
-	ret bool cast (bool()* %foo3 to bool)
-}





More information about the llvm-commits mailing list