[llvm] r283319 - Test commit permission

Oren Ben Simhon via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 07:12:42 PDT 2016


Author: orenb
Date: Wed Oct  5 09:12:41 2016
New Revision: 283319

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

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=283319&r1=283318&r2=283319&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 09:12:41 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