From c94489c306c6bc2445fc30587ede554fbdb2e13a Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 19 Jul 2016 14:12:45 +0000 Subject: [PATCH] [AARCH64] Fix linu triple typo As promised in D22191 llvm-svn: 275976 --- test/CodeGen/AArch64/aarch64-minmaxv.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/aarch64-minmaxv.ll b/test/CodeGen/AArch64/aarch64-minmaxv.ll index 63a57203f1f..9a56cd6ae7c 100644 --- a/test/CodeGen/AArch64/aarch64-minmaxv.ll +++ b/test/CodeGen/AArch64/aarch64-minmaxv.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=aarch64-linu--gnu -aarch64-neon-syntax=generic | FileCheck %s +; RUN: llc < %s -mtriple=aarch64-linux--gnu -aarch64-neon-syntax=generic | FileCheck %s target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"