diff options
Diffstat (limited to 'test/CodeGen/Hexagon/ret-struct-by-val.ll')
-rw-r--r-- | test/CodeGen/Hexagon/ret-struct-by-val.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/ret-struct-by-val.ll b/test/CodeGen/Hexagon/ret-struct-by-val.ll index 26ed2ff36f77..60a97bcccfc5 100644 --- a/test/CodeGen/Hexagon/ret-struct-by-val.ll +++ b/test/CodeGen/Hexagon/ret-struct-by-val.ll @@ -1,5 +1,5 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s -; CHECK: r0 = add(r0, r1) +; CHECK: r0 = add(r0,r1) ; Allow simple structures to be returned by value. |