[llvm] r206193 - Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.

Richard Trieu rtrieu at google.com
Mon Apr 14 09:53:51 PDT 2014


Author: rtrieu
Date: Mon Apr 14 11:53:50 2014
New Revision: 206193

URL: http://llvm.org/viewvc/llvm-project?rev=206193&view=rev
Log:
Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.

Modified:
    llvm/trunk/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll

Modified: llvm/trunk/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll?rev=206193&r1=206192&r2=206193&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll Mon Apr 14 11:53:50 2014
@@ -14,4 +14,6 @@ bb3:		; preds = %bb1
 }
 
 ; CHECK-NOT: 255
+; CHECK: .file{{.*}}SxtInRegBug.ll
+; CHECK-NOT: 255
 





More information about the llvm-commits mailing list