mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Use %prcontext, $prcontext is not resolving for some reason.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8373e672db
commit
0742a40cae
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -tailcallelim | llvm-dis | \
|
||||
; RUN: $prcontext alloca 1 | grep {i32 @foo}
|
||||
; RUN: %prcontext alloca 1 | grep {i32 @foo}
|
||||
|
||||
declare void %bar(int*)
|
||||
int %foo() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user