diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-05 21:52:02 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-05 21:52:02 +0000 |
commit | aed2b3e5f3a1f849ee864c2a12e8d6a1bf8150c5 (patch) | |
tree | d31ccf2296ceecd7798ec2da98a8a36ae65cfa6e /test/CodeGenCXX/constructor-default-arg.cpp | |
parent | 21656ddae8e81df04f142386337cb95a9e0f0971 (diff) |
A blank line to separate the two blocks(per Mike comment).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/constructor-default-arg.cpp')
-rw-r--r-- | test/CodeGenCXX/constructor-default-arg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/constructor-default-arg.cpp b/test/CodeGenCXX/constructor-default-arg.cpp index 47e0eb6224..fe5b360d0b 100644 --- a/test/CodeGenCXX/constructor-default-arg.cpp +++ b/test/CodeGenCXX/constructor-default-arg.cpp @@ -34,6 +34,7 @@ int main() // CHECK-LP64: call __ZN1XC1ERK1Xiii // CHECK-LP64: call __ZN1XC1ERK1Xiii // CHECK-LP64: call __ZN1XC1ERK1Xiii + // CHECK-LP32: call L__ZN1XC1ERK1Xiii // CHECK-LP32: call L__ZN1XC1ERK1Xiii // CHECK-LP32: call L__ZN1XC1ERK1Xiii |