forked from OSchip/llvm-project
A test case for ensuring that conversion of old-format intrinsics with
signed arguments get auto-upgraded correctly. llvm-svn: 25681
This commit is contained in:
parent
b3cd77f9c3
commit
6e2135d5f9
|
@ -0,0 +1,3 @@
|
|||
; RUN: llvm-dis %s.bc-16 -o /dev/null -f &&
|
||||
; RUN: llc %s.bc-16 -o /dev/null -f -march=c
|
||||
; Just see if we can disassemble the bc file corresponding to this file.
|
Binary file not shown.
Loading…
Reference in New Issue