]> granicus.if.org Git - clang/commitdiff
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstP...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 8 Nov 2012 20:34:25 +0000 (20:34 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 8 Nov 2012 20:34:25 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167595 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/bitfield-promote.c

index 437cd0eb5088a7ff07e52105aeb7ae4827248594..93aaa9d8b7a0b8e6b4b897313808aa44cb3a15e9 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -target i686-unknown-unknown -O3 -emit-llvm -S -o - %s | FileCheck %s
+// RUN: %clang -O3 -emit-llvm -S -o - %s | FileCheck %s
 
 long long f0(void) {
  struct { unsigned f0 : 32; } x = { 18 };