mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 23:23:38 -04:00
Revert "Make aliases explicit in the summary"
Inadvertently commited...
This reverts commit e618ec9378.
From: Mehdi Amini <mehdi.amini@apple.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
|
||||
|
||||
@analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
|
||||
|
||||
; Function Attrs: nounwind uwtable
|
||||
define void @aliasee() #0 {
|
||||
entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user