[llvm] r283346 - Test commit permission. NFC

Bjorn Pettersson via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 10:22:11 PDT 2016


Author: bjope
Date: Wed Oct  5 12:22:11 2016
New Revision: 283346

URL: http://llvm.org/viewvc/llvm-project?rev=283346&view=rev
Log:
Test commit permission. NFC

Modified:
    llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll

Modified: llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll?rev=283346&r1=283345&r2=283346&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll Wed Oct  5 12:22:11 2016
@@ -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* }




More information about the llvm-commits mailing list