diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2016-11-09 01:45:13 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-11-09 01:45:13 +0000 |
commit | b6a11a78794b196cf8cda59d584cbe0d3243c06b (patch) | |
tree | 74cf2737ddc2774f124f18691a3bf8050c9b12ef /llvm/test/ThinLTO/X86/Inputs/module_asm2.ll | |
parent | 0695e5b916c8d4196fd586ce3a08a87f182fae44 (diff) | |
download | bcm5719-llvm-b6a11a78794b196cf8cda59d584cbe0d3243c06b.tar.gz bcm5719-llvm-b6a11a78794b196cf8cda59d584cbe0d3243c06b.zip |
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
This reverts commit r286297.
Introduces a dependency from libAnalysis to libObject, which I missed
during the review.
llvm-svn: 286329
Diffstat (limited to 'llvm/test/ThinLTO/X86/Inputs/module_asm2.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/Inputs/module_asm2.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/ThinLTO/X86/Inputs/module_asm2.ll b/llvm/test/ThinLTO/X86/Inputs/module_asm2.ll deleted file mode 100644 index e823277da67..00000000000 --- a/llvm/test/ThinLTO/X86/Inputs/module_asm2.ll +++ /dev/null @@ -1,12 +0,0 @@ -target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-unknown-linux-gnu" - -define i32 @main({ i64, { i64, i8* }* } %unnamed) #0 { - %1 = call i32 @func1() #1 - %2 = call i32 @func2() #1 - %3 = call i32 @func3() #1 - ret i32 %1 -} -declare i32 @func1() #1 -declare i32 @func2() #1 -declare i32 @func3() #1 |