mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 14:06:36 +00:00
Make this test that we can drop the implementation keyword for llvm-as.
llvm-upgrade is irrelevant for this test case. llvm-svn: 32912
This commit is contained in:
parent
25f6be8634
commit
450624cc8a
@ -1,10 +1,10 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
|
||||
; RUN: llvm-as %s -o /dev/null -f
|
||||
|
||||
; This should parse correctly without an 'implementation', but our current YACC
|
||||
; based parser doesn't have the required 2 token lookahead...
|
||||
|
||||
%T = type int *
|
||||
%T = type i32 *
|
||||
|
||||
%T %test() {
|
||||
define %T %test() {
|
||||
ret %T null
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user