diff options
Diffstat (limited to 'test/Transforms/GlobalOpt/tls.ll')
-rw-r--r-- | test/Transforms/GlobalOpt/tls.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/GlobalOpt/tls.ll b/test/Transforms/GlobalOpt/tls.ll index f3cb4a65704d..d010b96188f1 100644 --- a/test/Transforms/GlobalOpt/tls.ll +++ b/test/Transforms/GlobalOpt/tls.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -globalopt -S | FileCheck %s +; RUN: opt -emulated-tls < %s -globalopt -S | FileCheck %s declare void @wait() declare void @signal() |