mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Due to changes coming from the new LLVM type system, you now get
bitcasts in this test rather than getelementptr instructions; llvm-gcc produces two bitcasts, clang produces one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136349 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ed960061a
commit
5a079eb6ab
@ -1,6 +1,7 @@
|
||||
// PR1602
|
||||
// RUN: %llvmgxx -S %s -o - -O3 | not grep ptrtoint
|
||||
// RUN: %llvmgxx -S %s -o - -O3 | grep getelementptr | count 1
|
||||
// RUN: %llvmgxx -S %s -o - -O3 | not grep getelementptr
|
||||
// RUN: %llvmgxx -S %s -o - -O3 | grep bitcast
|
||||
|
||||
|
||||
struct S { virtual void f(); };
|
||||
|
Loading…
Reference in New Issue
Block a user