summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2014-01-26 08:12:34 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2014-01-26 08:12:34 +0000
commit6f39ce4be2b913efc4dd252d9c310c4b90b63775 (patch)
tree6e7026c6549469b8b65d3e56487dc3d15975636f /llvm/test/CodeGen
parent14c8aff1aaed7bb9879cd9b9f8361e85c6d8d53c (diff)
downloadbcm5719-llvm-6f39ce4be2b913efc4dd252d9c310c4b90b63775.tar.gz
bcm5719-llvm-6f39ce4be2b913efc4dd252d9c310c4b90b63775.zip
Clean up the Legal/Expand logic for SPARC popc.
llvm-svn: 200141
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/SPARC/64bit.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/64bit.ll b/llvm/test/CodeGen/SPARC/64bit.ll
index 68b795f3eb6..7ab19f30c61 100644
--- a/llvm/test/CodeGen/SPARC/64bit.ll
+++ b/llvm/test/CodeGen/SPARC/64bit.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=sparcv9 -disable-sparc-delay-filler -disable-sparc-leaf-proc | FileCheck %s
-; RUN: llc < %s -march=sparcv9 | FileCheck %s -check-prefix=OPT
+; RUN: llc < %s -march=sparcv9 -mattr=+popc -disable-sparc-delay-filler -disable-sparc-leaf-proc | FileCheck %s
+; RUN: llc < %s -march=sparcv9 -mattr=+popc | FileCheck %s -check-prefix=OPT
; CHECK-LABEL: ret2:
; CHECK: or %g0, %i1, %i0
OpenPOWER on IntegriCloud