1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Add missing FileCheck in test command line.

llvm-svn: 202594
This commit is contained in:
Sasa Stankovic 2014-03-01 16:14:29 +00:00
parent 803ba41365
commit e04070bf23

View File

@ -1,5 +1,5 @@
; RUN: llc -filetype=asm -mtriple=mipsel-none-nacl -relocation-model=static \ ; RUN: llc -filetype=asm -mtriple=mipsel-none-nacl -relocation-model=static \
; RUN: -O3 < %s ; RUN: -O3 < %s | FileCheck %s
; This test tests that NaCl functions are bundle-aligned. ; This test tests that NaCl functions are bundle-aligned.