mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-11 12:11:20 +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. llvm-svn: 136349
This commit is contained in:
parent
beab1f4882
commit
dbc06ec05d
@ -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…
x
Reference in New Issue
Block a user