aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Hexagon/struct_args.ll
diff options
context:
space:
mode:
authorSirish Pande <spande@codeaurora.org>2012-05-15 16:13:12 +0000
committerSirish Pande <spande@codeaurora.org>2012-05-15 16:13:12 +0000
commit0031af66158d4b761d140126005f796fb42759a7 (patch)
tree4f42166dca4e75f47b1d6ddf843369e4bf924018 /test/CodeGen/Hexagon/struct_args.ll
parent39de32f4971a01f0812375cbd117ced13652e31f (diff)
downloadexternal_llvm-0031af66158d4b761d140126005f796fb42759a7.zip
external_llvm-0031af66158d4b761d140126005f796fb42759a7.tar.gz
external_llvm-0031af66158d4b761d140126005f796fb42759a7.tar.bz2
Enable all Hexagon tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Hexagon/struct_args.ll')
-rw-r--r--test/CodeGen/Hexagon/struct_args.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Hexagon/struct_args.ll b/test/CodeGen/Hexagon/struct_args.ll
index 2c962d0..e488f33 100644
--- a/test/CodeGen/Hexagon/struct_args.ll
+++ b/test/CodeGen/Hexagon/struct_args.ll
@@ -1,6 +1,6 @@
-; RUN: true
-; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
-; CHECK: r1:0 = or(r{{[0-9]}}:{{[0-9]}}, r{{[0-9]}}:{{[0-9]}})
+; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
+; CHECK: r{{[0-9]}}:{{[0-9]}} = combine(r{{[0-9]}}, r{{[0-9]}})
+; CHECK: r{{[0-9]}}:{{[0-9]}} |= asl(r{{[0-9]}}:{{[0-9]}}, #32)
%struct.small = type { i32, i32 }