From bd668872c0c4e772b5247ea90463b47ea08f7b94 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Tue, 15 Apr 2014 14:00:29 +0000 Subject: AArch64/ARM64: enable more AArch64 tests on ARM64. No code changes for this bunch, just some test rejigs. llvm-svn: 206291 --- llvm/test/CodeGen/AArch64/flags-multiuse.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/CodeGen/AArch64/flags-multiuse.ll') diff --git a/llvm/test/CodeGen/AArch64/flags-multiuse.ll b/llvm/test/CodeGen/AArch64/flags-multiuse.ll index e99c7283399..be4029c14c0 100644 --- a/llvm/test/CodeGen/AArch64/flags-multiuse.ll +++ b/llvm/test/CodeGen/AArch64/flags-multiuse.ll @@ -1,4 +1,5 @@ ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs < %s | FileCheck %s +; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -o - %s | FileCheck %s ; LLVM should be able to cope with multiple uses of the same flag-setting ; instruction at different points of a routine. Either by rematerializing the -- cgit v1.2.3