Unbreak long test after r304127.

llvm-svn: 304167
This commit is contained in:
Benjamin Kramer 2017-05-29 18:11:11 +00:00
parent 94b72bfd35
commit e524ddeef3

View File

@ -1,5 +1,6 @@
// RUN: %clang_cc1 -triple thumbv7s-apple-darwin -target-abi apcs-gnu\
// RUN: -target-cpu swift -fallow-half-arguments-and-returns -ffreestanding -emit-llvm -o - %s \
// RUN: -target-cpu swift -fallow-half-arguments-and-returns -ffreestanding \
// RUN: -disable-O0-optnone -emit-llvm -o - %s \
// RUN: | opt -S -mem2reg | FileCheck %s
// REQUIRES: long-tests