aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/packed_struct.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/packed_struct.ll')
-rw-r--r--test/CodeGen/X86/packed_struct.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/packed_struct.ll b/test/CodeGen/X86/packed_struct.ll
index c0aa646..172d081 100644
--- a/test/CodeGen/X86/packed_struct.ll
+++ b/test/CodeGen/X86/packed_struct.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+5" &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+1" &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos.s+9" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+5" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+1" &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "foos+9" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "bara+19" &&
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep "bara+4"