summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2014-02-16 13:27:39 +0000
committerNico Rieck <nico.rieck@gmail.com>2014-02-16 13:27:39 +0000
commitda39cf486a0d57c592bf515518540ce0db3abcb9 (patch)
tree7462ee0115e60d071d68be77eb7e0a887db031f4 /test/CodeGen
parenta938c514445e91e85a6b766a1298a5e992b2d4bd (diff)
downloadllvm-da39cf486a0d57c592bf515518540ce0db3abcb9.tar.gz
llvm-da39cf486a0d57c592bf515518540ce0db3abcb9.tar.bz2
llvm-da39cf486a0d57c592bf515518540ce0db3abcb9.tar.xz
Actually call FileCheck in tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/PowerPC/ctrloop-large-ec.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ctrloop-large-ec.ll b/test/CodeGen/PowerPC/ctrloop-large-ec.ll
index c18bdabdb0..cce23fabf6 100644
--- a/test/CodeGen/PowerPC/ctrloop-large-ec.ll
+++ b/test/CodeGen/PowerPC/ctrloop-large-ec.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mcpu=ppc32 < %s
+; RUN: llc -mcpu=ppc32 < %s | FileCheck %s
target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32"
target triple = "powerpc-unknown-linux-gnu"