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

Unified Diff: test/CodeGen/linux-arm-atomic.c

Issue 184973004: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-clang.git@master
Patch Set: Created 6 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
« no previous file with comments | « lib/Sema/SemaTemplateInstantiateDecl.cpp ('k') | test/CodeGenCXX/throw-expressions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/CodeGen/linux-arm-atomic.c
diff --git a/test/CodeGen/linux-arm-atomic.c b/test/CodeGen/linux-arm-atomic.c
deleted file mode 100644
index c7ce1d228bb5d3bd18c677831829859005b4e4df..0000000000000000000000000000000000000000
--- a/test/CodeGen/linux-arm-atomic.c
+++ /dev/null
@@ -1,11 +0,0 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv7-unknown-linux | FileCheck %s
-// RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-linux | FileCheck %s
-// RUN: %clang_cc1 %s -emit-llvm -o - -triple=thumbv7-unknown-linux | FileCheck %s
-
-typedef int _Atomic_word;
-_Atomic_word exchange_and_add(volatile _Atomic_word *__mem, int __val) {
- return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL);
-}
-
-// CHECK: define {{.*}} @exchange_and_add
-// CHECK: atomicrmw {{.*}} add
« no previous file with comments | « lib/Sema/SemaTemplateInstantiateDecl.cpp ('k') | test/CodeGenCXX/throw-expressions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698