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

Unified Diff: test/NaCl/ARM/GOT-with-disabled-constpools.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/NaCl/ARM/GOT-with-disabled-constpools.ll
diff --git a/test/NaCl/ARM/GOT-with-disabled-constpools.ll b/test/NaCl/ARM/GOT-with-disabled-constpools.ll
index cbe9dd8a646f27330f0827d8a46bfa51e62fec76..490d3d103a7550fc8f100c2a0e03a727d0d21695 100644
--- a/test/NaCl/ARM/GOT-with-disabled-constpools.ll
+++ b/test/NaCl/ARM/GOT-with-disabled-constpools.ll
@@ -19,7 +19,7 @@ declare void @__register_frame_info(i8* %begin, %struct.object* %ob)
define internal void @__do_eh_ctor() {
entry:
- call void @__register_frame_info(i8* getelementptr inbounds ([0 x i8]* @__EH_FRAME_BEGIN__, i32 0, i32 0), %struct.object* @__do_eh_ctor.object)
+ call void @__register_frame_info(i8* getelementptr inbounds ([0 x i8], [0 x i8]* @__EH_FRAME_BEGIN__, i32 0, i32 0), %struct.object* @__do_eh_ctor.object)
; CHECK-LABEL: __do_eh_ctor
; CHECK: movw r[[REG0:[0-9]+]]

Powered by Google App Engine
This is Rietveld 408576698