summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-27 17:55:57 +0000
committerDan Gohman <gohman@apple.com>2008-05-27 17:55:57 +0000
commit221e9d0d2263d823a3317b1727320c1f13e37315 (patch)
tree86a366b8d8db7dbd93caed10a2a2becdb8d875ac /llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
parent923a375053c30ae65935b58c4274ab83e1db7423 (diff)
downloadbcm5719-llvm-221e9d0d2263d823a3317b1727320c1f13e37315.tar.gz
bcm5719-llvm-221e9d0d2263d823a3317b1727320c1f13e37315.zip
Specify a target so that this tests tests what it's intended to test.
llvm-svn: 51600
Diffstat (limited to 'llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll')
-rw-r--r--llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll b/llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
index 64c601e9bc6..a733bb31646 100644
--- a/llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
+++ b/llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | not grep pushf
+; RUN: llvm-as < %s | llc -march=x86 | not grep pushf
%struct.gl_texture_image = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i8*, i8* }
%struct.gl_texture_object = type { i32, i32, i32, float, [4 x i32], i32, i32, i32, i32, i32, float, [11 x %struct.gl_texture_image*], [1024 x i8], i32, i32, i32, i8, i8*, i8, void (%struct.gl_texture_object*, i32, float*, float*, float*, float*, i8*, i8*, i8*, i8*)*, %struct.gl_texture_object* }
OpenPOWER on IntegriCloud