summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/Inputs
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-04-13 17:20:07 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-04-13 17:20:07 +0000
commitb5b289339b51e4f180ffca55e31d62429275ee67 (patch)
treed4bb39a9534ada0a25bd594d6e9a5a74d40a2f5c /llvm/test/Bitcode/Inputs
parentce744a95fd99e7b9ae368e2f98de60b09c70fed0 (diff)
downloadbcm5719-llvm-b5b289339b51e4f180ffca55e31d62429275ee67.tar.gz
bcm5719-llvm-b5b289339b51e4f180ffca55e31d62429275ee67.zip
Revert "Make aliases explicit in the summary"
Inadvertently commited... This reverts commit e618ec93786d99df2ddf280ad2d5e02f5516cecf. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266215
Diffstat (limited to 'llvm/test/Bitcode/Inputs')
-rw-r--r--llvm/test/Bitcode/Inputs/thinlto-alias.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/Bitcode/Inputs/thinlto-alias.ll b/llvm/test/Bitcode/Inputs/thinlto-alias.ll
deleted file mode 100644
index 5a628e8a3b9..00000000000
--- a/llvm/test/Bitcode/Inputs/thinlto-alias.ll
+++ /dev/null
@@ -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
-}
-
OpenPOWER on IntegriCloud