From: Reid Kleckner Date: Thu, 31 Oct 2013 19:12:36 +0000 (+0000) Subject: Use a larger invalid attribute bitcode number X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=844e7d35d400aa2feb4310d620b9ad8393ed5c17;p=oota-llvm.git Use a larger invalid attribute bitcode number That way the test won't start faililng when someone adds a new attribute and wants to use the next logical enum (38) for bitcode. The new bitcode file tries to use the number 48 as an attribute instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193787 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Bitcode/invalid.ll.bc b/test/Bitcode/invalid.ll.bc index b8b1c47b6a3..a85c3644b3a 100644 Binary files a/test/Bitcode/invalid.ll.bc and b/test/Bitcode/invalid.ll.bc differ