Don't branch fold inline asm statements.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2007-10-19 21:09:55 +00:00
parent 7f5f6851c3
commit 80629c85f1
3 changed files with 21 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
// RUN: llvm-gcc -S %s -o /dev/null
// RUN: %llvmgcc -S %s -o /dev/null
void bork(void **data) {
(*(unsigned short *) (&(data[37])[927]) = 0);
}