From b79d042e4e676fe73bc7ecfc799b44252e2f14e3 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Mon, 14 Apr 2014 16:53:50 +0000 Subject: [PATCH] Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206193 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll b/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll index 95aa5958cf2..dabe62003d9 100644 --- a/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll +++ b/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll @@ -14,4 +14,6 @@ bb3: ; preds = %bb1 } ; CHECK-NOT: 255 +; CHECK: .file{{.*}}SxtInRegBug.ll +; CHECK-NOT: 255 -- 2.34.1