From b1e51f6910d23b7383c44a4650092c14be791bf8 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Mon, 21 Jun 2010 18:46:08 +0000 Subject: [PATCH] Add missing FileCheck call. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106443 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll b/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll index 2e18154a777..7650d883d7b 100755 --- a/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll +++ b/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -mtriple=armv4t-unknown-linux-gnueabi +; RUN: llc < %s -march=arm -mtriple=armv4t-unknown-linux-gnueabi | FileCheck %s ; PR 7433 %0 = type { i8*, i8* } -- 2.34.1