From: Sanjay Patel Date: Fri, 16 Aug 2019 21:37:49 +0000 (+0000) Subject: [CodeGenPrepare] fix RUN line settings X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=222b3548b7128b82653852eedf02f654b68a0135;p=llvm [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 --- 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]