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

Unified Diff: test/Transforms/NaCl/expand-tls-constexpr2.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-tls-constexpr2.ll
diff --git a/test/Transforms/NaCl/expand-tls-constexpr2.ll b/test/Transforms/NaCl/expand-tls-constexpr2.ll
index ca7054961b7f5a36f77c096900e419a142f46698..9f1bbe88cb48a6817854277dff44be29d6376b4e 100644
--- a/test/Transforms/NaCl/expand-tls-constexpr2.ll
+++ b/test/Transforms/NaCl/expand-tls-constexpr2.ll
@@ -7,6 +7,6 @@ define i32 @get_tvar() {
}
; CHECK: %tls_raw = call i8* @llvm.nacl.read.tp()
; CHECK: %tls_struct = bitcast i8* %tls_raw to %tls_struct*
-; CHECK: %field = getelementptr %tls_struct* %tls_struct, i32 -1, i32 1, i32 0
+; CHECK: %field = getelementptr %tls_struct, %tls_struct* %tls_struct, i32 -1, i32 1, i32 0
; CHECK: %expanded = ptrtoint i32* %field to i32
; CHECK: ret i32 %expanded

Powered by Google App Engine
This is Rietveld 408576698