mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Test to make sure that 'internal' flags don't get dropped accidentally!
llvm-svn: 2887
This commit is contained in:
parent
d2ebe872e1
commit
68eab072e1
11
test/Regression/Assembler/2002-07-14-InternalLossage.llx
Normal file
11
test/Regression/Assembler/2002-07-14-InternalLossage.llx
Normal file
@ -0,0 +1,11 @@
|
||||
; Test to make sure that the 'internal' tag is not lost!
|
||||
;
|
||||
; RUN: as < %s | dis | grep internal
|
||||
|
||||
declare void %foo()
|
||||
implementation
|
||||
|
||||
internal void %foo() {
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user