diff options
Diffstat (limited to 'test/ExecutionEngine/2003-01-15-AlignmentTest.ll')
-rw-r--r-- | test/ExecutionEngine/2003-01-15-AlignmentTest.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ExecutionEngine/2003-01-15-AlignmentTest.ll b/test/ExecutionEngine/2003-01-15-AlignmentTest.ll index 5304a819f1..11217eb133 100644 --- a/test/ExecutionEngine/2003-01-15-AlignmentTest.ll +++ b/test/ExecutionEngine/2003-01-15-AlignmentTest.ll @@ -1,3 +1,6 @@ +; RUN: llvm-as -f %s -o %t.bc +; RUN: lli %t.bc > /dev/null + int %bar(sbyte* %X) { %P = alloca double ; pointer should be 4 byte aligned! |