mirror of
https://github.com/RPCS3/llvm.git
synced 2026-01-31 01:25:19 +01:00
Bitcode: Do not create FNENTRYs for aliases of functions.
There doesn't seem to be any point in doing this. Differential Revision: https://reviews.llvm.org/D31691 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
; BC-NEXT: <FNENTRY {{.*}} op0=4 {{.*}}> record string = 'variadic'
|
||||
; BC-NEXT: <FNENTRY {{.*}} op0=1 {{.*}}> record string = 'foo'
|
||||
; BC-NEXT: <FNENTRY {{.*}} op0=2 {{.*}}> record string = 'bar'
|
||||
; BC-NEXT: <FNENTRY {{.*}} op0=5 {{.*}}> record string = 'f'
|
||||
; BC-NEXT: <ENTRY {{.*}} op0=5 {{.*}}> record string = 'f'
|
||||
; BC-NEXT: <ENTRY {{.*}} record string = 'h'
|
||||
; BC-NEXT: <FNENTRY {{.*}} op0=3 {{.*}}> record string = 'anon.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user