From 222b3548b7128b82653852eedf02f654b68a0135 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 16 Aug 2019 21:37:49 +0000 Subject: [PATCH] [CodeGenPrepare] fix RUN line settings I'm not sure if this was running as expected with a broken triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369156 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll b/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll index 20a436edd10..07ea73b5a5b 100644 --- a/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll +++ b/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll @@ -1,5 +1,5 @@ ; REQUIRES: aarch64-registered-target -; RUN: opt -codegenprepare -mtriple=arm64-apple=ios -S -o - %s | FileCheck %s +; RUN: opt < %s -codegenprepare -mtriple=arm64-apple-ios -S | FileCheck %s @first_ones = external global [65536 x i8] -- 2.40.0