diff options
| author | Juergen Ributzka <juergen@apple.com> | 2014-06-26 23:39:52 +0000 |
|---|---|---|
| committer | Juergen Ributzka <juergen@apple.com> | 2014-06-26 23:39:52 +0000 |
| commit | 009bff223b01d3f1808d61f0ae19f7cd8bc31f73 (patch) | |
| tree | a9f47d9a80dceb9304f83e0d6480e354f5f50dc4 /llvm/test/CodeGen | |
| parent | 14871f73bb881c14546c1c7daf34123b5a79f82d (diff) | |
| download | bcm5719-llvm-009bff223b01d3f1808d61f0ae19f7cd8bc31f73.tar.gz bcm5719-llvm-009bff223b01d3f1808d61f0ae19f7cd8bc31f73.zip | |
[StackMaps] Enable patchpoint liveness analysis per default.
llvm-svn: 211817
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/stackmap-liveness.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/stackmap-liveness.ll b/llvm/test/CodeGen/X86/stackmap-liveness.ll index 78450c7ad2e..897595db243 100644 --- a/llvm/test/CodeGen/X86/stackmap-liveness.ll +++ b/llvm/test/CodeGen/X86/stackmap-liveness.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -disable-fp-elim | FileCheck %s -; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -disable-fp-elim -enable-patchpoint-liveness | FileCheck -check-prefix=PATCH %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -disable-fp-elim -enable-patchpoint-liveness=false | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -disable-fp-elim | FileCheck -check-prefix=PATCH %s ; ; Note: Print verbose stackmaps using -debug-only=stackmaps. |

