Remove lingering references to .llx and .tr in the tests.
authorDan Gohman <gohman@apple.com>
Fri, 23 May 2008 21:15:35 +0000 (21:15 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 23 May 2008 21:15:35 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51500 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 183319513e7e0a4722c3f55e03c18fed6e2950fc..1184c6f16d61f14f3a4c70ea6dfa1530680f2681 100644 (file)
@@ -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
index 5f8469536a4f997bb78be62ae79dbfdb29fc11fe..59e5f99a99546a003671ff26f9dd7ef811419503 100644 (file)
@@ -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}]]
index b05d64a4a6adfcd99ceda03d0808affe3e5de3fe..de0126ce323982bf3151ec5688e56077167521b4 100644 (file)
@@ -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]]
index 6933ee74967d65879836931a54d70e31a10f95d9..54d85472a8910cabdfc598f712d163a01e40b44b 100644 (file)
@@ -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>" }