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

Unified Diff: crosstest/test_global.cpp

Issue 435353002: Subzero: Fix and clean up some cross tests. (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 4 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: crosstest/test_global.cpp
diff --git a/crosstest/test_global.cpp b/crosstest/test_global.cpp
index a5a2f610a5bc78c632f00e9f18ea7964ca773433..95bac294dfc688f790ebf536b365c535dfc5b768 100644
--- a/crosstest/test_global.cpp
+++ b/crosstest/test_global.cpp
@@ -1,3 +1,16 @@
+//===- subzero/crosstest/test_arith.cpp - Global variable access tests ----===//
wala 2014/08/05 05:16:34 test_global.cpp
Jim Stichnoth 2014/08/06 16:14:26 Done.
+//
+// The Subzero Code Generator
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// Implementation for crosstesting global variable access operations.
+//
+//===----------------------------------------------------------------------===//
+
#include <stdint.h>
#include <cstdlib>

Powered by Google App Engine
This is Rietveld 408576698