diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-17 02:08:58 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-17 02:08:58 +0000 |
commit | 6eab4044b9c79cda8226b60be0a8e9641c330f27 (patch) | |
tree | 24b2c2975f866d3b545a426328f3abb5732ffe7f /llvm/test/CodeGen/Hexagon/compound.ll | |
parent | 55875b99557d30e4aa75788ca8e7dd3089313580 (diff) | |
download | bcm5719-llvm-6eab4044b9c79cda8226b60be0a8e9641c330f27.tar.gz bcm5719-llvm-6eab4044b9c79cda8226b60be0a8e9641c330f27.zip |
Revert "[Hexagon] Start using regmasks on calls"
This reverts commit r295371.
It broke windows bots:
http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/11402/steps/test-llvm/logs/stdio
llvm-svn: 295402
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/compound.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/compound.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/compound.ll b/llvm/test/CodeGen/Hexagon/compound.ll index a3bd52f9719..f8d36b8b77d 100644 --- a/llvm/test/CodeGen/Hexagon/compound.ll +++ b/llvm/test/CodeGen/Hexagon/compound.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -filetype=obj -ifcvt-limit=0 -o - %s | llvm-objdump -d - | FileCheck %s +; RUN: llc -march=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s ; CHECK: p0 = cmp.gt(r0,#-1); if (!p0.new) jump:nt @@ -14,4 +14,4 @@ ret void y: call void @b() ret void -} +}
\ No newline at end of file |