mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Make this test that we can drop the implementation keyword for llvm-as.
llvm-upgrade is irrelevant for this test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2fd6c65010
commit
280e6467c3
@ -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…
x
Reference in New Issue
Block a user