diff options
Diffstat (limited to 'llvm/test/Bitcode/Inputs')
-rw-r--r-- | llvm/test/Bitcode/Inputs/thinlto-alias.ll | 13 |
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 -} - |