From cc08e1fe1b3feef12a1eba31f8afcc3bbefc733e Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sat, 24 May 2014 12:42:26 +0000 Subject: AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64. I'm doing this in two phases for a better "git blame" record. This commit removes the previous AArch64 backend and redirects all functionality to ARM64. It also deduplicates test-lines and removes orphaned AArch64 tests. The next step will be "git mv ARM64 AArch64" and rewire most of the tests. Hopefully LLVM is still functional, though it would be even better if no-one ever had to care because the rename happens straight afterwards. llvm-svn: 209576 --- llvm/test/CodeGen/AArch64/floatdp_1source.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test/CodeGen/AArch64/floatdp_1source.ll') diff --git a/llvm/test/CodeGen/AArch64/floatdp_1source.ll b/llvm/test/CodeGen/AArch64/floatdp_1source.ll index 5d11d3f0e21..8c02787a234 100644 --- a/llvm/test/CodeGen/AArch64/floatdp_1source.ll +++ b/llvm/test/CodeGen/AArch64/floatdp_1source.ll @@ -1,4 +1,3 @@ -; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s ; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-apple-ios7.0 | FileCheck %s @varhalf = global half 0.0 -- cgit v1.2.3