summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/volatile-1.c
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-05-29 16:24:13 +0000
committerMike Stump <mrs@apple.com>2009-05-29 16:24:13 +0000
commit46cd81ffe22ca376062faf4dac37cc9de42348d3 (patch)
treef46c05ebc6becbe02837e3bb32ee7b223756f592 /test/CodeGen/volatile-1.c
parent2d3b36e302c81119eb49bcaf40a74bdaa185d04d (diff)
We don't want to validate bad code,
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/volatile-1.c')
-rw-r--r--test/CodeGen/volatile-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/volatile-1.c b/test/CodeGen/volatile-1.c
index 3e7bbb8f44..ac3b4c2e97 100644
--- a/test/CodeGen/volatile-1.c
+++ b/test/CodeGen/volatile-1.c
@@ -80,11 +80,11 @@ int main() {
__imag i;
// ============================================================
- // Test cases we get wrong.
+ // FIXME: Test cases we get wrong.
// A use. We load all of a into a copy of a, then load i. gcc forgets to do
// the assignment.
- (a = a).i;
+ // (a = a).i;
// ============================================================
// Test cases where we intentionally differ from gcc, due to suspected bugs in