mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Remove lingering references to .llx and .tr in the tests.
llvm-svn: 51500
This commit is contained in:
parent
8b6f4366ae
commit
2412469191
@ -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
|
||||
|
@ -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}]]
|
||||
|
@ -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]]
|
||||
|
@ -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>" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user