diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-27 17:55:57 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-27 17:55:57 +0000 |
commit | 221e9d0d2263d823a3317b1727320c1f13e37315 (patch) | |
tree | 86a366b8d8db7dbd93caed10a2a2becdb8d875ac /llvm | |
parent | 923a375053c30ae65935b58c4274ab83e1db7423 (diff) | |
download | bcm5719-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')
-rw-r--r-- | llvm/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll | 2 |
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* } |