diff options
Diffstat (limited to 'test/CodeGen/Hexagon/args.ll')
-rw-r--r-- | test/CodeGen/Hexagon/args.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/Hexagon/args.ll b/test/CodeGen/Hexagon/args.ll index 3bfb8b159556d..a1c7bc3230dde 100644 --- a/test/CodeGen/Hexagon/args.ll +++ b/test/CodeGen/Hexagon/args.ll @@ -1,8 +1,8 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s -; CHECK: r5:4 = combine(#6, #5) -; CHECK: r3:2 = combine(#4, #3) -; CHECK: r1:0 = combine(#2, #1) -; CHECK: memw(r29+#0)=#7 +; CHECK: r5:4 = combine(#6,#5) +; CHECK: r3:2 = combine(#4,#3) +; CHECK: r1:0 = combine(#2,#1) +; CHECK: memw(r29+#0) = #7 define void @foo() nounwind { |