diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2015-03-23 20:25:15 +0000 | 
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2015-03-23 20:25:15 +0000 | 
| commit | 384ade9b11c22d2f3bb235024b23cbaf99860adf (patch) | |
| tree | b006f96927592f8c906b5e0f8d4f4ab1c5915b89 | |
| parent | c5a996f111037e637ca3bd837556018d94cf9226 (diff) | |
| download | bcm5719-llvm-384ade9b11c22d2f3bb235024b23cbaf99860adf.tar.gz bcm5719-llvm-384ade9b11c22d2f3bb235024b23cbaf99860adf.zip | |
[AArch64] Add FileCheck that was missing from test in r232967.
llvm-svn: 233013
| -rw-r--r-- | llvm/test/CodeGen/AArch64/remat-float0.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/test/CodeGen/AArch64/remat-float0.ll b/llvm/test/CodeGen/AArch64/remat-float0.ll index 3c3681b0ead..29af7818cf3 100644 --- a/llvm/test/CodeGen/AArch64/remat-float0.ll +++ b/llvm/test/CodeGen/AArch64/remat-float0.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=aarch64-none-linux-gnu -verify-machineinstrs +; RUN: llc < %s -mtriple=aarch64-none-linux-gnu -verify-machineinstrs | FileCheck %s  ; Check that float 0 gets rematerialized with an fmov of zero reg instead  ; of spilled/filled. | 

