diff options
author | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2016-10-05 17:22:11 +0000 |
---|---|---|
committer | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2016-10-05 17:22:11 +0000 |
commit | ddd31e5637b104338324b002ff49d4c5c67cee4d (patch) | |
tree | 94b049fc28a62790c8561cd5ce4cf5104909e7b0 /llvm/test | |
parent | 401f55df936ed871f9d4f702d263434eceda2926 (diff) | |
download | bcm5719-llvm-ddd31e5637b104338324b002ff49d4c5c67cee4d.tar.gz bcm5719-llvm-ddd31e5637b104338324b002ff49d4c5c67cee4d.zip |
Test commit permission. NFC
llvm-svn: 283346
Diffstat (limited to 'llvm/test')
-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 3b452510d41..7eb018ce525 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: llc < %s -march=x86 | not grep pushf +; RUN: llc < %s -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* } |