summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CFrontend/2002-07-30-SubregSetAssertion.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CFrontend/2002-07-30-SubregSetAssertion.c')
-rw-r--r--llvm/test/Regression/CFrontend/2002-07-30-SubregSetAssertion.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Regression/CFrontend/2002-07-30-SubregSetAssertion.c b/llvm/test/Regression/CFrontend/2002-07-30-SubregSetAssertion.c
index 7eab19b0456..6d4f9f62058 100644
--- a/llvm/test/Regression/CFrontend/2002-07-30-SubregSetAssertion.c
+++ b/llvm/test/Regression/CFrontend/2002-07-30-SubregSetAssertion.c
@@ -6,7 +6,7 @@ union X {
};
union X foo() {
- union X A;
- A.B = (void*)123;
- return A;
+ union X A;
+ A.B = (void*)123;
+ return A;
}
OpenPOWER on IntegriCloud