diff options
author | Tim Northover <tnorthover@apple.com> | 2014-04-15 14:00:29 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-04-15 14:00:29 +0000 |
commit | bd668872c0c4e772b5247ea90463b47ea08f7b94 (patch) | |
tree | 375c38a7c4a8128697a5f6494f67b0685d97da05 /llvm/test/CodeGen/AArch64/flags-multiuse.ll | |
parent | ebb3123a5fc7db57b0da26b35a803bec16d31243 (diff) | |
download | bcm5719-llvm-bd668872c0c4e772b5247ea90463b47ea08f7b94.tar.gz bcm5719-llvm-bd668872c0c4e772b5247ea90463b47ea08f7b94.zip |
AArch64/ARM64: enable more AArch64 tests on ARM64.
No code changes for this bunch, just some test rejigs.
llvm-svn: 206291
Diffstat (limited to 'llvm/test/CodeGen/AArch64/flags-multiuse.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/flags-multiuse.ll | 1 |
1 files changed, 1 insertions, 0 deletions
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 |