Remove stray comma in sink-addrmode test

The extra comma meant it wasn't correctly checking that we weren't getting an
extra getelementptr.

llvm-svn: 318406
This commit is contained in:
John Brawn 2017-11-16 15:15:00 +00:00
parent b3fa94586f
commit c3347d4247
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ if.then:
; CHECK: getelementptr i8, {{.+}} 40
%v1 = load i32, i32* %casted, align 4
call void @foo(i32 %v1)
; CHECK-NOT: getelementptr i8, {{.+}}, 40
; CHECK-NOT: getelementptr i8, {{.+}} 40
%v2 = load i32, i32* %casted, align 4
call void @foo(i32 %v2)
br label %fallthrough