Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: test/Transforms/MinSFI/expand-allocas.ll

Issue 940243003: PNaCl localmod mods in LLVM to 223109 (local files only) (Closed)
Patch Set: fix comment Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/Transforms/MinSFI/expand-allocas.ll
diff --git a/test/Transforms/MinSFI/expand-allocas.ll b/test/Transforms/MinSFI/expand-allocas.ll
index 973ed9490506d21bfcf8b0deda57eed9f92a682b..d50174093ee2a3a513e9845baa3e815a477ad6a6 100644
--- a/test/Transforms/MinSFI/expand-allocas.ll
+++ b/test/Transforms/MinSFI/expand-allocas.ll
@@ -1,7 +1,7 @@
; RUN: opt %s -minsfi-expand-allocas -S | FileCheck %s
!llvm.module.flags = !{!0}
-!0 = metadata !{i32 1, metadata !"Debug Info Version", i32 1}
+!0 = metadata !{i32 1, metadata !"Debug Info Version", i32 2}
target datalayout = "p:32:32:32"
target triple = "le32-unknown-nacl"

Powered by Google App Engine
This is Rietveld 408576698