mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Make sure this runs in 64-bit only, 32-bit won't produce the correct stores.
Fariborz please review and make sure this is what you meant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bfcb305189
commit
4750cb9da9
@ -1,4 +1,4 @@
|
||||
// RUN: %llvmgcc %s -S -o - | FileCheck %s
|
||||
// RUN: %llvmgcc %s -m64 -S -o - | FileCheck %s
|
||||
// Bitfield references must not touch memory outside of the enclosing
|
||||
// struct. Radar 7639995
|
||||
typedef signed char BOOL;
|
||||
|
Loading…
Reference in New Issue
Block a user