diff options
Diffstat (limited to 'test/CodeGen/X86/byval3.ll')
-rw-r--r-- | test/CodeGen/X86/byval3.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/byval3.ll b/test/CodeGen/X86/byval3.ll index f494286968..b3794eccb4 100644 --- a/test/CodeGen/X86/byval3.ll +++ b/test/CodeGen/X86/byval3.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86-64 | grep rep.movsl | count 2 +; RUN: llvm-as < %s | llc -march=x86 | grep rep.movsl | count 2 %struct.s = type { i32, i32, i32, i32, i32, i32 } |