projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673d1bc
)
test for something more interesting than not crashing
author
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 5 Mar 2008 20:24:26 +0000
(20:24 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 5 Mar 2008 20:24:26 +0000
(20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47962
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2008-03-05-syncPtr.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2008-03-05-syncPtr.c
b/test/CFrontend/2008-03-05-syncPtr.c
index ddd7d5be465c162ed8d91ffd11d426782293017b..6d5be5d5b8388ef3dd5049acd7b0a1b3d7958784 100644
(file)
--- a/
test/CFrontend/2008-03-05-syncPtr.c
+++ b/
test/CFrontend/2008-03-05-syncPtr.c
@@
-1,4
+1,4
@@
-// RUN: %llvmgcc %s -S -emit-llvm -o
/dev/null
+// RUN: %llvmgcc %s -S -emit-llvm -o
- | grep llvm.atomic
int* foo(int** a, int* b, int* c) {
return __sync_val_compare_and_swap (a, b, c);