diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-emutls.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-emutls.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-emutls.ll b/llvm/test/CodeGen/X86/fast-isel-emutls.ll index 0a7f5d451ee..1eeb66bd64c 100644 --- a/llvm/test/CodeGen/X86/fast-isel-emutls.ll +++ b/llvm/test/CodeGen/X86/fast-isel-emutls.ll @@ -1,6 +1,10 @@ ; RUN: llc < %s -emulated-tls -relocation-model=pic -mtriple=i686-unknown-linux-gnu -fast-isel | FileCheck %s +; RUN: llc < %s -relocation-model=pic -mtriple=i686-unknown-linux-gnu -fast-isel \ +; RUN: | FileCheck -check-prefix=NoEMU %s ; PR3654 +; NoEMU-NOT: __emutls + @v = thread_local global i32 0 define i32 @f() nounwind { entry: |

