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

Unified Diff: test/Transforms/NaCl/expand-ctors.ll

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 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/NaCl/expand-ctors.ll
diff --git a/test/Transforms/NaCl/expand-ctors.ll b/test/Transforms/NaCl/expand-ctors.ll
index 250abbc1bf90d90e0bf5b01f966374b7bfe8895f..89aeda00a663fb8b653b405ba4a04390dcbb94a3 100644
--- a/test/Transforms/NaCl/expand-ctors.ll
+++ b/test/Transforms/NaCl/expand-ctors.ll
@@ -34,4 +34,4 @@ define [0 x void ()*]* @get_array_end() {
; @get_array_end() is converted to use a GetElementPtr that returns
; the end of the generated array:
; CHECK: @get_array_end()
-; CHECK: ret {{.*}} bitcast ([3 x void ()*]* getelementptr inbounds ([3 x void ()*]* @__init_array_start, i32 1)
+; CHECK: ret {{.*}} bitcast ([3 x void ()*]* getelementptr inbounds ([3 x void ()*], [3 x void ()*]* @__init_array_start, i32 1)

Powered by Google App Engine
This is Rietveld 408576698