diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-10-12 06:47:47 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-10-12 06:47:47 +0000 |
commit | 6fd86f1678e984632795736d5692bc17ed4d1322 (patch) | |
tree | ee48c1f4f9f0486a86d3b4fc03b95259abd8c097 /llvm/test/CodeGen/AArch64/fast-isel-switch-phi.ll | |
parent | f0e61f4442882f01996b5be2a6b74ec37045ad72 (diff) | |
download | bcm5719-llvm-6fd86f1678e984632795736d5692bc17ed4d1322.tar.gz bcm5719-llvm-6fd86f1678e984632795736d5692bc17ed4d1322.zip |
llvm/test/CodeGen: Some tests don't REQUIRE asserts any more. Remove them.
llvm-svn: 219581
Diffstat (limited to 'llvm/test/CodeGen/AArch64/fast-isel-switch-phi.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/fast-isel-switch-phi.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/fast-isel-switch-phi.ll b/llvm/test/CodeGen/AArch64/fast-isel-switch-phi.ll index f2d8090aa0a..c4f871cb56e 100644 --- a/llvm/test/CodeGen/AArch64/fast-isel-switch-phi.ll +++ b/llvm/test/CodeGen/AArch64/fast-isel-switch-phi.ll @@ -1,5 +1,4 @@ ; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -verify-machineinstrs < %s -; REQUIRES: asserts ; Test that the Machine Instruction PHI node doesn't have more than one operand ; from the same predecessor. |