commit | 79c2286487c0faa5da9dbea0f67e591f1bd0928b | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed May 27 23:45:33 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed May 27 23:45:33 2009 +0000 |
tree | 6ee0eb9c47fa66d2d3de7bb24cb63ee2a4051484 | |
parent | 706098b4f2f5837a6eec1dd66ce38e66a4c80862 [diff] [blame] |
Fix a use-of-undefined, IRgen expects the RValue for "void" to be a scalar RValue. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72504 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/atomic.c b/test/CodeGen/atomic.c index 09e3bf0..66dc702 100644 --- a/test/CodeGen/atomic.c +++ b/test/CodeGen/atomic.c
@@ -14,7 +14,7 @@ int atomic(void) { - // nonsenical test for sync functions + // non-sensical test for sync functions int old; int val = 1; char valc = 1;