summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/packed_struct.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-10 00:36:41 +0000
committerDan Gohman <gohman@apple.com>2008-06-10 00:36:41 +0000
commit1b095b443c7d57331eaf52f4069dccdedbc6046f (patch)
treec853b1ce6e9182e8ee07381ffd045f25f724f6e4 /llvm/test/CodeGen/X86/packed_struct.ll
parentd0c1df4c84a7d64ee2a035394ca8ac2fb20faefa (diff)
downloadbcm5719-llvm-1b095b443c7d57331eaf52f4069dccdedbc6046f.tar.gz
bcm5719-llvm-1b095b443c7d57331eaf52f4069dccdedbc6046f.zip
Convert several tests to use temporary files instead of redundantly
executing the test commands. llvm-svn: 52163
Diffstat (limited to 'llvm/test/CodeGen/X86/packed_struct.ll')
-rw-r--r--llvm/test/CodeGen/X86/packed_struct.ll11
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/packed_struct.ll b/llvm/test/CodeGen/X86/packed_struct.ll
index aea631896a8..2a781e7e546 100644
--- a/llvm/test/CodeGen/X86/packed_struct.ll
+++ b/llvm/test/CodeGen/X86/packed_struct.ll
@@ -1,8 +1,9 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep foos+5
-; RUN: llvm-as < %s | llc -march=x86 | grep foos+1
-; RUN: llvm-as < %s | llc -march=x86 | grep foos+9
-; RUN: llvm-as < %s | llc -march=x86 | grep bara+19
-; RUN: llvm-as < %s | llc -march=x86 | grep bara+4
+; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: grep foos+5 %t
+; RUN: grep foos+1 %t
+; RUN: grep foos+9 %t
+; RUN: grep bara+19 %t
+; RUN: grep bara+4 %t
; make sure we compute the correct offset for a packed structure
OpenPOWER on IntegriCloud