mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Get rid of the last use of -m64 in FrontendC. This solution
of checking for either 4 or 8 is not very satisfactory, but it would catch the original problem (an alignment of 1). llvm-svn: 113485
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %llvmgcc %s -emit-llvm -m64 -S -o - | FileCheck %s
|
||||
// RUN: %llvmgcc %s -emit-llvm -S -o - | FileCheck %s
|
||||
// PR 5995
|
||||
struct s {
|
||||
int word;
|
||||
@@ -9,6 +9,6 @@ struct s {
|
||||
|
||||
void func (struct s *s)
|
||||
{
|
||||
// CHECK: load %struct.s** %s_addr, align 8
|
||||
// CHECK: load %struct.s** %s_addr, align {{[48]}}
|
||||
s->word = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user