[llvm] r233013 - [AArch64] Add FileCheck that was missing from test in r232967.

Chad Rosier mcrosier at codeaurora.org
Mon Mar 23 13:25:15 PDT 2015


Author: mcrosier
Date: Mon Mar 23 15:25:15 2015
New Revision: 233013

URL: http://llvm.org/viewvc/llvm-project?rev=233013&view=rev
Log:
[AArch64] Add FileCheck that was missing from test in r232967.

Modified:
    llvm/trunk/test/CodeGen/AArch64/remat-float0.ll

Modified: llvm/trunk/test/CodeGen/AArch64/remat-float0.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/remat-float0.ll?rev=233013&r1=233012&r2=233013&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/remat-float0.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/remat-float0.ll Mon Mar 23 15:25:15 2015
@@ -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.





More information about the llvm-commits mailing list