commit | 72dad56c53c89d0225c17985bb859fb8b0cd1daf | [log] [tgz] |
---|---|---|
author | Quentin Colombet <qcolombet@apple.com> | Tue Apr 15 19:08:46 2014 +0000 |
committer | Quentin Colombet <qcolombet@apple.com> | Tue Apr 15 19:08:46 2014 +0000 |
tree | ec1549d6c7490eebf6a32681fceceee6b03bd69c | |
parent | b035f6d878de47a0408df71911da2bb5bdcb79de [diff] [blame] |
[ARM64] Set default CPU to generic instead of cyclone. llvm-svn: 206313
diff --git a/llvm/test/CodeGen/ARM64/patchpoint.ll b/llvm/test/CodeGen/ARM64/patchpoint.ll index c9f63d9..9e5ed6f 100644 --- a/llvm/test/CodeGen/ARM64/patchpoint.ll +++ b/llvm/test/CodeGen/ARM64/patchpoint.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=arm64-apple-darwin -enable-misched=0 | FileCheck %s +; RUN: llc < %s -mtriple=arm64-apple-darwin -enable-misched=0 -mcpu=cyclone | FileCheck %s ; Trivial patchpoint codegen ;