[llvm-commits] [llvm] r51500 - in /llvm/trunk/test: Analysis/Andersens/external.ll Bindings/Ocaml/ocaml.exp Feature/llvm2cpp.exp Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll

Dan Gohman gohman at apple.com
Fri May 23 14:15:36 PDT 2008


Author: djg
Date: Fri May 23 16:15:35 2008
New Revision: 51500

URL: http://llvm.org/viewvc/llvm-project?rev=51500&view=rev
Log:
Remove lingering references to .llx and .tr in the tests.

Modified:
    llvm/trunk/test/Analysis/Andersens/external.ll
    llvm/trunk/test/Bindings/Ocaml/ocaml.exp
    llvm/trunk/test/Feature/llvm2cpp.exp
    llvm/trunk/test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll

Modified: llvm/trunk/test/Analysis/Andersens/external.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Andersens/external.ll?rev=51500&r1=51499&r2=51500&view=diff

==============================================================================
--- llvm/trunk/test/Analysis/Andersens/external.ll (original)
+++ llvm/trunk/test/Analysis/Andersens/external.ll Fri May 23 16:15:35 2008
@@ -2,7 +2,7 @@
 
 ; Because the 'internal' function is passed to an external function, we don't
 ; know what the incoming values will alias.  As such, we cannot do the 
-; optimization checked by the 'arg-must-alias.llx' test.
+; optimization checked by the 'arg-must-alias.ll' test.
 
 declare void @external(i32(i32*)*)
 @G = internal constant i32* null

Modified: llvm/trunk/test/Bindings/Ocaml/ocaml.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/ocaml.exp?rev=51500&r1=51499&r2=51500&view=diff

==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/ocaml.exp (original)
+++ llvm/trunk/test/Bindings/Ocaml/ocaml.exp Fri May 23 16:15:35 2008
@@ -1,3 +1,3 @@
 load_lib llvm.exp
 
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr,ml}]]
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,ml}]]

Modified: llvm/trunk/test/Feature/llvm2cpp.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/llvm2cpp.exp?rev=51500&r1=51499&r2=51500&view=diff

==============================================================================
--- llvm/trunk/test/Feature/llvm2cpp.exp (original)
+++ llvm/trunk/test/Feature/llvm2cpp.exp Fri May 23 16:15:35 2008
@@ -1,3 +1,3 @@
 load_lib llvm2cpp.exp
 
-llvm2cpp-test [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx}]]
+llvm2cpp-test [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]

Modified: llvm/trunk/test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll?rev=51500&r1=51499&r2=51500&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll (original)
+++ llvm/trunk/test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll Fri May 23 16:15:35 2008
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | opt -indvars -disable-output
-; ModuleID = '2004-04-05-InvokeCastCrash.llx'
+; ModuleID = '2004-04-05-InvokeCastCrash.ll'
 	%struct.__false_type = type { i8 }
 	%"struct.__gnu_cxx::_Hashtable_node<const llvm::Constant*>" = type { %"struct.__gnu_cxx::_Hashtable_node<const llvm::Constant*>"*, %"struct.llvm::Constant"* }
 	%"struct.__gnu_cxx::_Hashtable_node<std::pair<const llvm::Value* const, int> >" = type { %"struct.__gnu_cxx::_Hashtable_node<std::pair<const llvm::Value* const, int> >"*, %"struct.std::pair<const llvm::Value* const,int>" }





More information about the llvm-commits mailing list