Remove lingering references to .llx and .tr in the tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51500 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-05-23 21:15:35 +00:00
parent 02dea8b39f
commit 3bf19e4c42
4 changed files with 4 additions and 4 deletions

View 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

View 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}]]

View 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]]

View 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>" }