History log of /external/clang/test/CodeGenCXX/switch-case-folding-2.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
923099773fe4bbc52a25a5d3d92236b5e37cef93 24-Oct-2012 Ulrich Weigand <ulrich.weigand@de.ibm.com> A number of test cases assume that an "int" parameter or return value
will be represented in the IR as a plain "i32" type. This causes the
tests to spuriously fail on platforms where int is not a 32-bit type,
or where the ABI requires attributes like "signext" or "zeroext" to
be used.

This patch adds -triple or -target parameters to force those tests
to use the i386-unknown-unknown target.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166551 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/switch-case-folding-2.cpp
303b4f946470a054cea8f91af54008aeb3c09507 18-Jan-2012 Fariborz Jahanian <fjahanian@apple.com> output body of folded case again.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148361 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/switch-case-folding-2.cpp
985df1c1f2d0666a09bc03f3593929286b0dea65 18-Jan-2012 Fariborz Jahanian <fjahanian@apple.com> Folding away unreachable case statement.
patch (slightly revised) by Aaron Ballman.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148359 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/switch-case-folding-2.cpp