diff options
author | Venkatraman Govindaraju <venkatra@cs.wisc.edu> | 2014-01-11 19:38:03 +0000 |
---|---|---|
committer | Venkatraman Govindaraju <venkatra@cs.wisc.edu> | 2014-01-11 19:38:03 +0000 |
commit | 0653218b2b8c22c2f4b7981965061291b878090a (patch) | |
tree | 0e05be03761c002051e0aeac640912c732586912 /llvm/test/CodeGen | |
parent | 2210562249a199be92334d3ca89d6d146b95a945 (diff) | |
download | bcm5719-llvm-0653218b2b8c22c2f4b7981965061291b878090a.tar.gz bcm5719-llvm-0653218b2b8c22c2f4b7981965061291b878090a.zip |
[Sparc] Bundle instruction with delay slow and its filler. Now, we can use -verify-machineinstrs with SPARC backend.
llvm-svn: 199014
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll b/llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll index daa64e23f01..8173d6da931 100644 --- a/llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll +++ b/llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll @@ -1,5 +1,5 @@ -;RUN: llc -march=sparc < %s | FileCheck %s -;RUN: llc -march=sparc -O0 < %s | FileCheck %s -check-prefix=UNOPT +;RUN: llc -march=sparc < %s -verify-machineinstrs | FileCheck %s +;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT define i32 @test(i32 %a) nounwind { |