diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2016-05-28 15:34:05 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2016-05-28 15:34:05 +0000 |
| commit | cbc4aa6bdd6f02ef093c67275d1df3cba76cc9b6 (patch) | |
| tree | b2ff3d23d9e5393c1fe610b97dbff216d2e834e0 /llvm/test/Transforms | |
| parent | 97c2c108fd23a377ca21f89d25dc021ffa884b19 (diff) | |
| download | bcm5719-llvm-cbc4aa6bdd6f02ef093c67275d1df3cba76cc9b6.tar.gz bcm5719-llvm-cbc4aa6bdd6f02ef093c67275d1df3cba76cc9b6.zip | |
join RUN lines; NFC
llvm-svn: 271115
Diffstat (limited to 'llvm/test/Transforms')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/and-compare.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/and-compare.ll b/llvm/test/Transforms/InstCombine/and-compare.ll index 53ea81d1c0d..e97d74c5a03 100644 --- a/llvm/test/Transforms/InstCombine/and-compare.ll +++ b/llvm/test/Transforms/InstCombine/and-compare.ll @@ -1,5 +1,4 @@ -; RUN: opt < %s -instcombine -S | \ -; RUN: FileCheck %s +; RUN: opt < %s -instcombine -S | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |

