llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / test / CodeGen / Hexagon / struct_args.ll
index e488f33c3d16e8822ca7874ac532566ec9f2e2b1..f91300b5067eb25fb3f1a392f91f3c6118f8b8a9 100644 (file)
@@ -1,5 +1,5 @@
 ; 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]}} = combine({{r[0-9]|#0}}, r{{[0-9]}})
 ; CHECK: r{{[0-9]}}:{{[0-9]}} |= asl(r{{[0-9]}}:{{[0-9]}}, #32)
 
 %struct.small = type { i32, i32 }