diff options
| author | Fangrui Song <maskray@google.com> | 2018-10-19 06:20:01 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-10-19 06:20:01 +0000 |
| commit | d243ac6c4b37533198b669211e0d4f01308cedcd (patch) | |
| tree | c66ca4b3b9268fbb3842b30fd0b1dc68442a7236 /llvm/test/CodeGen | |
| parent | 2e83b2e9ee1afcfa9265df8fee60984d7bb55965 (diff) | |
| download | bcm5719-llvm-d243ac6c4b37533198b669211e0d4f01308cedcd.tar.gz bcm5719-llvm-d243ac6c4b37533198b669211e0d4f01308cedcd.zip | |
[pipeliner] Fix test added in rL344748 to require asserts
llvm-svn: 344775
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/swp-copytophi-dag.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Hexagon/swp-copytophi-dag.ll b/llvm/test/CodeGen/Hexagon/swp-copytophi-dag.ll index a239baae141..69743407c14 100644 --- a/llvm/test/CodeGen/Hexagon/swp-copytophi-dag.ll +++ b/llvm/test/CodeGen/Hexagon/swp-copytophi-dag.ll @@ -1,3 +1,5 @@ +; REQUIRES: asserts +; ; RUN: llc -march=hexagon -enable-pipeliner=true -debug-only=pipeliner < %s \ ; RUN: 2>&1 | FileCheck %s |

