mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 20:05:38 +00:00
test for something more interesting than not crashing
llvm-svn: 47962
This commit is contained in:
parent
7ac03edf8d
commit
52436854a2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user