diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/packed_struct.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/packed_struct.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/packed_struct.ll b/llvm/test/CodeGen/X86/packed_struct.ll index c9aeb7deb4f..e00a772ecb0 100644 --- a/llvm/test/CodeGen/X86/packed_struct.ll +++ b/llvm/test/CodeGen/X86/packed_struct.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 > %t +; RUN: llc < %s > %t ; RUN: grep foos+5 %t ; RUN: grep foos+1 %t ; RUN: grep foos+9 %t |