diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-04-01 18:34:13 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-04-01 18:34:13 +0000 |
commit | 553751b9bc1cbd79f319bdd080777ce18c426671 (patch) | |
tree | 9e1cfd7be32ff9d6ef9d482111234a7c8a1112b0 /llvm/test | |
parent | f97ad226dc89e3c33f6bcecb0660ba69a7559b88 (diff) | |
download | bcm5719-llvm-553751b9bc1cbd79f319bdd080777ce18c426671.tar.gz bcm5719-llvm-553751b9bc1cbd79f319bdd080777ce18c426671.zip |
Fix missing RUN line in test
llvm-svn: 205341
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/R600/setcc-equivalent.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/setcc-equivalent.ll b/llvm/test/CodeGen/R600/setcc-equivalent.ll index 51e88a76b93..4c50aa33afd 100644 --- a/llvm/test/CodeGen/R600/setcc-equivalent.ll +++ b/llvm/test/CodeGen/R600/setcc-equivalent.ll @@ -1,3 +1,4 @@ +; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck -check-prefix=EG %s ; EG-LABEL: @and_setcc_setcc_i32 ; EG: AND_INT |