Make this test more portable.

llvm-svn: 92514
diff --git a/llvm/test/CodeGen/X86/use-add-flags.ll b/llvm/test/CodeGen/X86/use-add-flags.ll
index 8252030..2dd2a4a 100644
--- a/llvm/test/CodeGen/X86/use-add-flags.ll
+++ b/llvm/test/CodeGen/X86/use-add-flags.ll
@@ -42,7 +42,7 @@
 
 ; CHECK: qux:
 ;      CHECK: andl    $16, %edi
-; CHECK-NEXT: jne     .LBB3_2
+; CHECK-NEXT: jne
 
 define void @qux(i32 %x) nounwind {
   %y = and i32 %x, 16